Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx43.h45 SDK_DECL_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal);
197 SDK_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c560 MTX_RotY43(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX43()
561 MTX_RotY43(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX43()
582 MTX_RotY43(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX43()
601 MTX_RotY43(&ans, FX32_ONE, 0); in test_FX_MTX43()
604 MTX_RotY43(&ans, -FX32_ONE, 0); in test_FX_MTX43()
Dfx_append_mtx.c522 MTX_RotY43(&rotYFx, FX_SinIdx(radY), FX_CosIdx(radY)); in MTX_inv_43_test_()