Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/math/inline/
Dmath_Matrix44.ipp28 [S] = |scaleS 0 0 0|\n
39 @param[in] scaleS S 軸のスケール値です。
49 float scaleS, float scaleT,
59 pOut->m[0][0] = scaleS * rotateCos;
60 pOut->m[0][1] = -scaleS * rotateSin;
61 pOut->m[0][3] = scaleS * ( 0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateS);
80 [S] = |scaleS 0 0 0|\n
92 @param[in] scaleS S 軸のスケール値です。
102 float scaleS, float scaleT,
112 pOut->m[0][0] = scaleS * rotateCos;
[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,