Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/math/inline/
Dmath_Matrix44.ipp31 | scaleS 0 0 0 |\n
45 @param[in] scaleS S 軸のスケール値です。
55 float scaleS, float scaleT,
65 pOut->m[0][0] = scaleS * rotateCos;
66 pOut->m[0][1] = -scaleS * rotateSin;
67 pOut->m[0][3] = scaleS * ( 0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateS);
89 | scaleS 0 0 0 |\n
106 @param[in] scaleS S 軸のスケール値です。
116 float scaleS, float scaleT,
126 pOut->m[0][0] = scaleS * rotateCos;
[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,