Searched refs:NN_MATH_DEG_TO_RAD (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Triangular.h | 60 #define NN_MATH_DEG_TO_RAD(deg) ((deg) * (::nn::math::F_PI / 180.0f) ) macro
|
| D | math_Matrix34.h | 980 return ARMv6::MTX34RotAxisRad_C(pOut, pAxis, NN_MATH_DEG_TO_RAD(fDeg), false); in MTX34RotAxisDegPartially() 982 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, NN_MATH_DEG_TO_RAD(fDeg), false); in MTX34RotAxisDegPartially() 985 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, NN_MATH_DEG_TO_RAD(fDeg), false); in MTX34RotAxisDegPartially()
|
| D | math_Matrix44.h | 1082 return MTX44PerspectiveRad(pOut, NN_MATH_DEG_TO_RAD(fovy), aspect, n, f); in MTX44PerspectiveDeg() 1088 return MTX44PerspectivePivotRad(pOut, NN_MATH_DEG_TO_RAD(fovy), aspect, n, f, pivot); in MTX44PerspectivePivotDeg()
|