Searched refs:ASM_MTXRotRad (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 648 void ASM_MTXRotRad ( Mtx m, char axis, f32 rad ); 661 #define MTXRotRad ASM_MTXRotRad 664 ASM_MTXRotRad( m, axis, MTXDegToRad(deg) )
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 648 void ASM_MTXRotRad ( Mtx m, char axis, f32 rad ); 661 #define MTXRotRad ASM_MTXRotRad 664 ASM_MTXRotRad( m, axis, MTXDegToRad(deg) )
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx.c | 2466 void ASM_MTXRotRad ( Mtx m, char axis, f32 rad ) in ASM_MTXRotRad() function
|