Searched refs:pAxis (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Matrix34.h | 248 NN_MATH_INLINE MTX34* MTX34RotAxisDeg(MTX34* pOut, const VEC3* pAxis, f32 fDeg); 259 NN_FORCE_INLINE MTX34* MTX34RotAxisDegPartially(MTX34* pOut, const VEC3* pAxis, f32 fDeg); 270 NN_MATH_INLINE MTX34* MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx); 281 NN_MATH_INLINE MTX34* MTX34RotAxisRad(MTX34* pOut, const VEC3* pAxis, f32 fRad); 293 NN_FORCE_INLINE MTX34* MTX34RotAxisRad_( MTX34* pOut, const VEC3 *pAxis, f32 fRad ); 304 NN_FORCE_INLINE MTX34* MTX34RotAxisRadPartially(MTX34* pOut, const VEC3* pAxis, f32 fRad); 946 MTX34RotAxisRad(MTX34* pOut, const VEC3* pAxis, f32 fRad) in MTX34RotAxisRad() argument 948 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX34RotAxisRad() 952 MTX34RotAxisRadPartially(MTX34* pOut, const VEC3* pAxis, f32 fRad) in MTX34RotAxisRadPartially() argument 956 return ARMv6::MTX34RotAxisRad_C(pOut, pAxis, fRad, false); in MTX34RotAxisRadPartially() [all …]
|
| D | math_Matrix44.h | 327 NN_MATH_INLINE MTX44* MTX44RotAxisDeg(MTX44* pOut, const VEC3* pAxis, f32 fDeg); 338 NN_MATH_INLINE MTX44* MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx); 349 NN_MATH_INLINE MTX44* MTX44RotAxisRad(MTX44* pOut, const VEC3* pAxis, f32 fRad); 362 NN_FORCE_INLINE MTX44* MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ); 997 MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) in MTX44RotAxisRad_() argument 1001 return ARMv6::MTX44RotAxisRad_C(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1003 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1006 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1104 MTX44RotAxisRad(MTX44* pOut, const VEC3* pAxis, f32 fRad) in MTX44RotAxisRad() argument 1106 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX44RotAxisRad() [all …]
|
| /CTR-SDK-4.2.8-20130828/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 | 47 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChan… 67 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTra…
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 182 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx) 185 MTX44RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
|
| D | math_Matrix34.ipp | 75 MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx) 78 MTX34RotAxisRad_(pOut, pAxis, NN_MATH_FIDX_TO_RAD(fIdx));
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 456 MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTrans ) 466 NN_NULL_ASSERT( pAxis ); 474 VEC3Normalize( &vN, pAxis ); 502 MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTrans ) 512 NN_NULL_ASSERT( pAxis ); 524 VEC3Normalize( &vN, pAxis );
|
| D | math_Matrix44.ipp | 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 );
|