Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_mtx33.h46 SDK_DECL_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal);
213 SDK_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ33() function
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dmain.c398 MTX_RotZ33(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX33()
399 MTX_RotZ33(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX33()
419 MTX_RotZ33(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX33()
439 MTX_RotZ33(&ans, FX32_ONE, 0); in test_FX_MTX33()
442 MTX_RotZ33(&ans, -FX32_ONE, 0); in test_FX_MTX33()