Home
last modified time | relevance | path

Searched refs:translateT (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix34.ipp115 …4* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT)
133 mtx[1][2] = (((t+ b) * reverseHeight) * scaleT) - translateT;
144 …ho(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT)
163 mtx[1][3] = ((-(t + b) * reverseHeight) * scaleT) + translateT;
173 …spective(MTX34* pOut, f32 fovy, f32 aspect, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT)
191 mtx[1][2] = -translateT;
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix34.h459 …* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT);
476 …o(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT);
491 …pective(MTX34* pOut, f32 fovy, f32 aspect, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT);
822 …nFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT) in SetupTextureProjectionFrustum() argument
824 …return *MTX34TextureProjectionFrustum(this, l, r, b, t, n, scaleS, scaleT, translateS, translateT); in SetupTextureProjectionFrustum()
837 …eProjectionFrustum(f32 fovyRad, f32 aspect, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT) in SetupTextureProjectionFrustum() argument
839 … *MTX34TextureProjectionPerspective(this, fovyRad, aspect, scaleS, scaleT, translateS, translateT); in SetupTextureProjectionFrustum()
855 …ojectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 translateS, f32 translateT) in SetupTextureProjectionFrustum() argument
857 … return *MTX34TextureProjectionOrtho(this, l, r, b, t, scaleS, scaleT, translateS, translateT); in SetupTextureProjectionFrustum()