| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Matrix34.h | 63 NN_MATH_INLINE MTX34* MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx); 88 NN_FORCE_INLINE MTX34* MTX34RotAxisRad_( MTX34* pOut, const VEC3 *pAxis, f32 fRad ); 146 MTX34RotAxisRad(MTX34* pOut, const VEC3* pAxis, f32 fRad) in MTX34RotAxisRad() argument 148 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX34RotAxisRad() 161 MTX34RotAxisDeg(MTX34* pOut, const VEC3* pAxis, f32 fDeg) in MTX34RotAxisDeg() argument 163 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_DEG_TO_FIDX(fDeg)); in MTX34RotAxisDeg() 859 MTX34RotAxisRad_( MTX34* pOut, const VEC3 *pAxis, f32 fRad ) in MTX34RotAxisRad_() argument 863 return ARMv6::MTX34RotAxisRad_C(pOut, pAxis, fRad); in MTX34RotAxisRad_() 865 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX34RotAxisRad_() 868 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX34RotAxisRad_()
|
| D | math_Matrix44.h | 74 NN_MATH_INLINE MTX44* MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx); 100 NN_FORCE_INLINE MTX44* MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ); 201 MTX44RotAxisRad(MTX44* pOut, const VEC3* pAxis, f32 fRad) in MTX44RotAxisRad() argument 203 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX44RotAxisRad() 216 MTX44RotAxisDeg(MTX44* pOut, const VEC3* pAxis, f32 fDeg) in MTX44RotAxisDeg() argument 218 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_DEG_TO_FIDX(fDeg)); in MTX44RotAxisDeg() 839 MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) in MTX44RotAxisRad_() argument 843 return ARMv6::MTX44RotAxisRad_C(pOut, pAxis, fRad); in MTX44RotAxisRad_() 845 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_() 848 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/ |
| D | math_Matrix44.h | 37 NN_MATH_INLINE MTX44* MTX44RotAxisRad_C( MTX44* pOut, const VEC3 *pAxis, f32 fRad ); 38 NN_MATH_INLINE MTX44* MTX44RotAxisRad_C_FAST( MTX44* pOut, const VEC3 *pAxis, f32 fRad );
|
| D | math_Matrix34.h | 48 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad ); 68 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad );
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 316 @param[in] pAxis 回転軸を指定するベクトルへのポインタ。 322 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx) 325 MTX44RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
|
| D | math_Matrix34.ipp | 116 @param[in] pAxis 回転軸を指定するベクトルへのポインタ。 122 MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx) 125 MTX34RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/ |
| D | math_Matrix44.ipp | 959 @param[in] pAxis 回転軸を指定するベクトルへのポインタ。 965 MTX44RotAxisRad_C( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) 975 NN_NULL_ASSERT( pAxis ); 983 VEC3Normalize( &vN, pAxis ); 1016 MTX44RotAxisRad_C_FAST( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) 1027 NN_NULL_ASSERT( pAxis ); 1039 VEC3Normalize( &vN, pAxis );
|
| D | math_Matrix34.ipp | 449 @param[in] pAxis 回転軸を指定するベクトルへのポインタ。 455 MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad ) 465 NN_NULL_ASSERT( pAxis ); 473 VEC3Normalize( &vN, pAxis ); 501 MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad ) 511 NN_NULL_ASSERT( pAxis ); 523 VEC3Normalize( &vN, pAxis );
|