Searched refs:fIdx (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/inline/ |
| D | math_Matrix23.ipp | 285 @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);
|
| D | math_Matrix44.ipp | 317 @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));
|
| D | math_Matrix34.ipp | 117 @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/ |
| D | math_Matrix23.h | 44 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
|
| D | math_Matrix44.h | 74 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
|
| D | math_Matrix34.h | 63 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
|