Lines Matching refs:axis
1170 void C_MTXRotRad ( Mtx m, char axis, f32 rad ) in C_MTXRotRad() argument
1182 C_MTXRotTrig( m, axis, sinA, cosA ); in C_MTXRotRad()
1191 void PSMTXRotRad ( Mtx m, char axis, f32 rad ) in PSMTXRotRad() argument
1198 PSMTXRotTrig( m, axis, sinA, cosA ); in PSMTXRotRad()
1227 void C_MTXRotTrig ( Mtx m, char axis, f32 sinA, f32 cosA ) in C_MTXRotTrig() argument
1231 switch(axis) in C_MTXRotTrig()
1268 void PSMTXRotTrig ( Mtx m, char axis, f32 sinA, f32 cosA ) in PSMTXRotTrig() argument
1278 switch(axis) in PSMTXRotTrig()
1407 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() argument
1416 ASSERTMSG( (axis != 0), MTX_ROTAXIS_2 ); in C_MTXRotAxisRad()
1422 C_VECNormalize( axis, &vN ); in C_MTXRotAxisRad()
1456 const Vec *axis, in _PSMTXRotAxisRadInternal() argument
1468 tmp0 = __PSQ_L(axis, 0, 0); in _PSMTXRotAxisRadInternal()
1471 tmp1[0] = axis->z; in _PSMTXRotAxisRadInternal()
1472 tmp1[1] = axis->z; in _PSMTXRotAxisRadInternal()
1603 const Vec *axis, in PSMTXRotAxisRad() argument
1611 _PSMTXRotAxisRadInternal(m, axis, sinT, cosT); in PSMTXRotAxisRad()
2453 extern void _ASM_MTXRotAxisRadInternal(Mtx m, const Vec *axis, f32 sT, f32 cT);
2456 const Vec *axis, in ASM_MTXRotAxisRad() argument
2463 _ASM_MTXRotAxisRadInternal(m, axis, sinT, cosT); in ASM_MTXRotAxisRad()
2466 void ASM_MTXRotRad ( Mtx m, char axis, f32 rad ) in ASM_MTXRotRad() argument
2473 ASM_MTXRotTrig( m, axis, sinA, cosA ); in ASM_MTXRotRad()