Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/math/inline/
Dmath_Matrix44.ipp38 [T] = t( -translateS , -translateT )\n
51 @param[in] translateT T 軸の移動値です。
59 float translateS, float translateT)
73 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT);
102 [T] = t( -translateS , -translateT) \n
112 @param[in] translateT T 軸の移動値です。
120 float translateS, float translateT)
130 pOut->m[0][3] = scaleS * (-rotateCos * translateS - rotateSin * translateT);
134 pOut->m[1][3] = scaleT * ( rotateSin * translateS - rotateCos * translateT);
163 [T] = t( -translateS , translateT )
[all …]
/NW4C-2.0.3/include/nw/math/
Dmath_Matrix44.h29 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/
Dgfx_MaterialState.cpp70 float translateS, float translateT) 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/
Dgfx_MaterialState.h262 float translateS, float translateT);