Home
last modified time | relevance | path

Searched refs:scaleT (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/math/inline/
Dmath_Matrix44.ipp34 | 0 scaleT 0 0 |\n
48 @param[in] scaleT T 軸のスケール値です。
57 float scaleS, float scaleT,
71 pOut->m[1][0] = scaleT * rotateSin;
72 pOut->m[1][1] = scaleT * rotateCos;
73 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT);
92 | 0 scaleT 0 0 |\n
109 @param[in] scaleT T 軸のスケール値です。
118 float scaleS, float scaleT,
132 pOut->m[1][0] = -scaleT * rotateSin;
[all …]
/NW4C-2.0.3/include/nw/math/
Dmath_Matrix44.h29 MTX44* pOut, float scaleS, float scaleT, float rotate, float translateS, float translateT);
31 MTX44* pOut, float scaleS, float scaleT, float rotate, float translateS, float translateT);
33 MTX44* pOut, float scaleS, float scaleT, float rotate, float translateS, float translateT);
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp68 float scaleS, float scaleT, in SetupTextureMatrix() argument
78 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
82 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
86 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h260 float scaleS, float scaleT,