Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix34.ipp115 MTX34TextureProjectionFrustum(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scale…
125 mtx[0][0] = ((2.0f * n) * reverseWidth) * scaleS;
127 mtx[0][2] = (((r + l) * reverseWidth) * scaleS) - translateS;
144 MTX34TextureProjectionOrtho(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 tr…
154 mtx[0][0] = 2.0f * reverseWidth * scaleS;
157 mtx[0][3] = ((-(r + l) * reverseWidth) * scaleS) + translateS;
173 MTX34TextureProjectionPerspective(MTX34* pOut, f32 fovy, f32 aspect, f32 scaleS, f32 scaleT, f32 tr…
184 mtx[0][0] = (cot / aspect) * scaleS;
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix34.h459 …ureProjectionFrustum(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT, f32 t…
476 …MTX34TextureProjectionOrtho(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 t…
491 …MTX34TextureProjectionPerspective(MTX34* pOut, f32 fovy, f32 aspect, f32 scaleS, f32 scaleT, f32 t…
822 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT… in SetupTextureProjectionFrustum() argument
824 …return *MTX34TextureProjectionFrustum(this, l, r, b, t, n, scaleS, scaleT, translateS, translateT); in SetupTextureProjectionFrustum()
837 …self_type& SetupTextureProjectionFrustum(f32 fovyRad, f32 aspect, f32 scaleS, f32 scaleT, f32 tran… in SetupTextureProjectionFrustum() argument
839 …return *MTX34TextureProjectionPerspective(this, fovyRad, aspect, scaleS, scaleT, translateS, trans… in SetupTextureProjectionFrustum()
855 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 t… in SetupTextureProjectionFrustum() argument
857 … return *MTX34TextureProjectionOrtho(this, l, r, b, t, scaleS, scaleT, translateS, translateT); in SetupTextureProjectionFrustum()