Home
last modified time | relevance | path

Searched refs:NN_MATH_DEG_TO_RAD (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Triangular.h60 #define NN_MATH_DEG_TO_RAD(deg) ((deg) * (::nn::math::F_PI / 180.0f) ) macro
Dmath_Matrix34.h980 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()
Dmath_Matrix44.h1082 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()