Searched refs:scaleS (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/include/nw/math/inline/ |
| D | math_Matrix44.ipp | 33 | scaleS 0 0 0 |\n 47 @param[in] scaleS S 軸のスケール値です。 57 float scaleS, float scaleT, 67 pOut->m[0][0] = scaleS * rotateCos; 68 pOut->m[0][1] = -scaleS * rotateSin; 69 pOut->m[0][3] = scaleS * ( 0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateS); 91 | scaleS 0 0 0 |\n 108 @param[in] scaleS S 軸のスケール値です。 118 float scaleS, float scaleT, 128 pOut->m[0][0] = scaleS * rotateCos; [all …]
|
| /NW4C-2.0.3/include/nw/math/ |
| D | math_Matrix44.h | 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); 33 MTX44* pOut, float scaleS, float scaleT, float rotate, float translateS, float translateT);
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_MaterialState.cpp | 68 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/ |
| D | gfx_MaterialState.h | 260 float scaleS, float scaleT,
|