Searched refs:MTX_RotAxis33 (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx33.h | 47 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal);
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | main.c | 412 MTX_RotAxis33(&m, &xAxis, FX32_ONE, 0); in test_FX_MTX33() 416 MTX_RotAxis33(&m, &yAxis, FX32_ONE, 0); in test_FX_MTX33() 420 MTX_RotAxis33(&m, &zAxis, FX32_ONE, 0); in test_FX_MTX33()
|
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_mtx33.c | 222 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis33() function
|
| D | fx_mtx43.c | 237 MTX_RotAxis33((MtxFx33 *)pDst, vec, sinVal, cosVal); in MTX_RotAxis43()
|