nn::math::MTX34::SetupTextureProjectionFrustum Member Functionself_type & SetupTextureProjectionFrustum( f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT ); self_type & SetupTextureProjectionFrustum( f32 fovyRad, f32 aspect, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT ); self_type & SetupTextureProjectionFrustum( f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT );
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32, f32)
|
Creates a texture projection matrix based on the viewing frustum. |
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32)
|
Creates a texture projection matrix. |
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32)
|
Creates a parallel projection matrix. |
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32, f32)Creates a texture projection matrix based on the viewing frustum.
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32)Creates a texture projection matrix.
SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32)Creates a parallel projection matrix.
CONFIDENTIAL