nn::math::MTX34::SetupTextureProjectionFrustum Member Function

Syntax

self_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
);

List of Overloaded Member Functions

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.

Description of SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32, f32)

Creates a texture projection matrix based on the viewing frustum.

Description of SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32)

Creates a texture projection matrix.

Description of SetupTextureProjectionFrustum(f32, f32, f32, f32, f32, f32, f32, f32)

Creates a parallel projection matrix.


CONFIDENTIAL