Home
last modified time | relevance | path

Searched refs:SinCosDeg (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Triangular.h176 inline void SinCosDeg(f32* s, f32* c, f32 deg) { SinCosFIdx(s, c, NN_MATH_DEG_TO_FIDX(deg)); } in SinCosDeg() function
/CTR-SDK-0.13.2/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp1164 SinCosDeg(&st, &ct, twist);
1287 // SinCosDeg(&st, &ct, twist);
1349 SinCosDeg(&sx, &cx, pCamRotate->x);
1350 SinCosDeg(&sy, &cy, pCamRotate->y);
1351 SinCosDeg(&sz, &cz, pCamRotate->z);