Searched refs:SinCosDeg (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Triangular.h | 176 inline void SinCosDeg(f32* s, f32* c, f32 deg) { SinCosFIdx(s, c, NN_MATH_DEG_TO_FIDX(deg)); } in SinCosDeg() function
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 1164 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);
|