NNS_G3dGlbGetInvP

構文

#include <nnsys/g3d/glbstate.h>
const MtxFx43* NNS_G3dGlbGetInvP(void);

引数

なし。

返り値

射影行列の逆行列へのポインタを返します。

説明

G3Dライブラリ内部で保持しているグローバル状態に設定されている射影行列の逆行列へのポインタを返します。

参照

NNS_G3dGlbPerspective NNS_G3dGlbFrustum NNS_G3dGlbOrtho NNS_G3dGlbPerspectiveW NNS_G3dGlbFrustumW NNS_G3dGlbOrthoW NNS_G3dGlbSetProjectionMtx

履歴

2004/11/05 初版