Home
last modified time | relevance | path

Searched refs:fIdx (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp285 @param[in] fIdx 1円周を 256.0 とする単位での角度です。
290 MTX23RotFIdx(MTX23* pOut, f32 fIdx)
296 SinCosFIdx(&sin, &cos, fIdx);
312 @param[in] fIdx 1円周を 256.0 とする単位での角度です。
317 MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx)
330 SinCosFIdx(&sin, &cos, fIdx);
332 (void)MTX23RotFIdx(pOut, fIdx);
Dmath_Matrix44.ipp317 @param[in] fIdx 1 円周を 256.0 とする単位での回転量
322 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx)
325 MTX44RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
Dmath_Matrix34.ipp117 @param[in] fIdx 1 円周を 256.0 とする単位での回転量
122 MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx)
125 MTX34RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h44 NN_MATH_INLINE MTX23* MTX23RotFIdx(MTX23* pOut, f32 fIdx);
45 NN_MATH_INLINE MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx);
276 …CenterFIdx(MTX23* pOut, const VEC2& vCenter, f32 fIdx) { return MTX23RotCenterFIdx( pOut, &vCenter… in MTX23RotCenterFIdx() argument
Dmath_Matrix44.h74 NN_MATH_INLINE MTX44* MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx);
1037 …X44RotAxisFIdx(MTX44* pOut, const VEC3& vAxis, f32 fIdx) { return MTX44RotAxisFIdx( pOut, &vAxis, in MTX44RotAxisFIdx() argument
Dmath_Matrix34.h63 NN_MATH_INLINE MTX34* MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx);
1074 …X34RotAxisFIdx(MTX34* pOut, const VEC3& vAxis, f32 fIdx) { return MTX34RotAxisFIdx( pOut, &vAxis, in MTX34RotAxisFIdx() argument