Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/math/inline/
Dmath_Matrix44.ipp29 | 0 scaleT 0 0|\n
40 @param[in] scaleT T 軸のスケール値です。
49 float scaleS, float scaleT,
63 pOut->m[1][0] = scaleT * rotateSin;
64 pOut->m[1][1] = scaleT * rotateCos;
65 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT);
81 | 0 scaleT 0 0|\n
93 @param[in] scaleT T 軸のスケール値です。
102 float scaleS, float scaleT,
116 pOut->m[1][0] = -scaleT * rotateSin;
[all …]
/NW4C-1.2.23/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.2.23/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.2.23/include/nw/gfx/
Dgfx_MaterialState.h258 float scaleS, float scaleT,