Home
last modified time | relevance | path

Searched refs:fRad (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/
Dmath_Matrix44.h37 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 );
Dmath_Matrix34.h48 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/
Dmath_Matrix34.h88 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()
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_()
1075 …TX34RotAxisRad(MTX34* pOut, const VEC3& vAxis, f32 fRad) { return MTX34RotAxisRad( pOut, &vAxis, f… in MTX34RotAxisRad() argument
Dmath_Matrix44.h100 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()
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_()
1038 …TX44RotAxisRad(MTX44* pOut, const VEC3& vAxis, f32 fRad) { return MTX44RotAxisRad( pOut, &vAxis, f… in MTX44RotAxisRad() argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix44.ipp960 @param[in] fRad ラジアン単位での回転量
965 MTX44RotAxisRad_C( MTX44* pOut, const VEC3 *pAxis, f32 fRad )
979 s = ::std::sinf(fRad);
980 c = ::std::cosf(fRad);
1016 MTX44RotAxisRad_C_FAST( MTX44* pOut, const VEC3 *pAxis, f32 fRad )
1032 SinCosFIdx(&s, &c, NN_MATH_RAD_TO_FIDX(fRad));
1034 s = ::std::sinf(fRad);
1035 c = ::std::cosf(fRad);
Dmath_Matrix34.ipp450 @param[in] fRad ラジアン単位での回転量
455 MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad )
469 s = ::std::sinf(fRad);
470 c = ::std::cosf(fRad);
501 MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad )
516 SinCosFIdx(&s, &c, NN_MATH_RAD_TO_FIDX(fRad));
518 s = ::std::sinf(fRad);
519 c = ::std::cosf(fRad);