Searched refs:MTX34RotAxisFIdx (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/math/ |
| D | math_Matrix34.h | 63 NN_MATH_INLINE MTX34* MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx); 148 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX34RotAxisRad() 163 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_DEG_TO_FIDX(fDeg)); in MTX34RotAxisDeg() 1074 inline MTX34* MTX34RotAxisFIdx(MTX34* pOut, const VEC3& vAxis, f32 fIdx) { return MTX34RotAxisFIdx(… in MTX34RotAxisFIdx() function
|
| /CTR-SDK-0.13.2/include/nn/math/inline/ |
| D | math_Matrix34.ipp | 122 MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx)
|