Searched refs:translateT (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/math/inline/ |
| D | math_Matrix44.ipp | 32 [T] = t(-translateS, -translateT)\n 43 @param[in] translateT T 軸の移動値です。 51 float translateS, float translateT) 65 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT); 89 [T] = t(-translateS, -translateT) 96 @param[in] translateT T 軸の移動値です。 104 float translateS, float translateT) 114 pOut->m[0][3] = scaleS * (-rotateCos * translateS - rotateSin * translateT); 118 pOut->m[1][3] = scaleT * ( rotateSin * translateS - rotateCos * translateT); 141 [T] = t(-translateS, -translateT) [all …]
|
| /NW4C-1.2.23/include/nw/math/ |
| D | math_Matrix44.h | 27 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/ |
| D | gfx_MaterialState.cpp | 68 float translateS, float translateT) 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/ |
| D | gfx_MaterialState.h | 260 float translateS, float translateT);
|