Searched refs:MTX_RotY33 (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx33.h | 45 SDK_DECL_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 196 SDK_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY33() function
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | main.c | 392 MTX_RotY33(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX33() 393 MTX_RotY33(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX33() 415 MTX_RotY33(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX33() 433 MTX_RotY33(&ans, FX32_ONE, 0); in test_FX_MTX33() 436 MTX_RotY33(&ans, -FX32_ONE, 0); in test_FX_MTX33()
|