Searched refs:MTX44RotAxisFIdx (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/math/ |
| D | math_Matrix44.h | 74 NN_MATH_INLINE MTX44* MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx); 203 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX44RotAxisRad() 218 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_DEG_TO_FIDX(fDeg)); in MTX44RotAxisDeg() 1037 inline MTX44* MTX44RotAxisFIdx(MTX44* pOut, const VEC3& vAxis, f32 fIdx) { return MTX44RotAxisFIdx(… in MTX44RotAxisFIdx() function
|
| /CTR-SDK-0.13.2/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 322 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx)
|