Searched refs:C_MTXRotAxisRad (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 622 void C_MTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad ); 695 #define MTXRotAxisRad C_MTXRotAxisRad 697 C_MTXRotAxisRad( m, axis, MTXDegToRad(deg) )
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 622 void C_MTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad ); 695 #define MTXRotAxisRad C_MTXRotAxisRad 697 C_MTXRotAxisRad( m, axis, MTXDegToRad(deg) )
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx.c | 1407 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() function
|