Searched refs:MTX_RotZ44 (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/fx/ |
| D | fx_mtx44.h | 46 SDK_DECL_INLINE void MTX_RotZ44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal); 222 SDK_INLINE void MTX_RotZ44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ44() function
|
| /TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/ |
| D | main.c | 185 MTX_RotZ44(&tmp, s, c); in TwlMain()
|
| /TwlSDK-5.4/build/demos/fx/test/src/ |
| D | main.c | 724 MTX_RotZ44(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX44() 725 MTX_RotZ44(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX44() 744 MTX_RotZ44(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX44()
|