Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/math/inline/
Dmath_Matrix44.ipp32 | 0 scaleT 0 0 |\n
46 @param[in] scaleT T 軸のスケール値です。
55 float scaleS, float scaleT,
69 pOut->m[1][0] = scaleT * rotateSin;
70 pOut->m[1][1] = scaleT * rotateCos;
71 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT);
90 | 0 scaleT 0 0 |\n
107 @param[in] scaleT T 軸のスケール値です。
116 float scaleS, float scaleT,
130 pOut->m[1][0] = -scaleT * rotateSin;
[all …]
/NW4C-1.3.3/include/nw/math/
Dmath_Matrix44.h27 MTX44* pOut, float scaleS, float scaleT, float rotate, float translateS, float translateT);
29 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);
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp66 float scaleS, float scaleT, in SetupTextureMatrix() argument
76 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
80 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
84 textureMatrix, scaleS, scaleT, rotate, translateS, translateT); in SetupTextureMatrix()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_MaterialState.h258 float scaleS, float scaleT,