Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h45 SDK_DECL_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal);
204 SDK_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY44() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c718 MTX_RotY44(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX44()
719 MTX_RotY44(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX44()
740 MTX_RotY44(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX44()