Lines Matching refs:scaleS
28 [S] = |scaleS 0 0 0|\n
39 @param[in] scaleS S 軸のスケール値です。
49 float scaleS, float scaleT,
59 pOut->m[0][0] = scaleS * rotateCos;
60 pOut->m[0][1] = -scaleS * rotateSin;
61 pOut->m[0][3] = scaleS * ( 0.5f * rotateSin - 0.5f * rotateCos + 0.5f - translateS);
80 [S] = |scaleS 0 0 0|\n
92 @param[in] scaleS S 軸のスケール値です。
102 float scaleS, float scaleT,
112 pOut->m[0][0] = scaleS * rotateCos;
113 pOut->m[0][1] = scaleS * rotateSin;
114 pOut->m[0][3] = scaleS * (-rotateCos * translateS - rotateSin * translateT);
133 [S] = |scaleS 0 0 0|\n
144 @param[in] scaleS S 軸のスケール値です。
154 float scaleS, float scaleT,
164 float scaleSSin = scaleS * rotateSin;
165 float scaleSCos = scaleS * rotateCos;