Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/math/inline/
Dmath_Matrix44.ipp36 [T] = t( -translateS , -translateT )\n
49 @param[in] translateT T 軸の移動値です。
57 float translateS, float translateT)
71 pOut->m[1][3] = scaleT * (-0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateT);
100 [T] = t( -translateS , -translateT) \n
110 @param[in] translateT T 軸の移動値です。
118 float translateS, float translateT)
128 pOut->m[0][3] = scaleS * (-rotateCos * translateS - rotateSin * translateT);
132 pOut->m[1][3] = scaleT * ( rotateSin * translateS - rotateCos * translateT);
161 [T] = t( -translateS , translateT )
[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.cpp68 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.3.3/include/nw/gfx/
Dgfx_MaterialState.h260 float translateS, float translateT);