Lines Matching refs:axis

1339 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad )  in C_MTX44RotRad()  argument
1350 C_MTX44RotTrig( m, axis, sinA, cosA ); in C_MTX44RotRad()
1360 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad ) in PSMTX44RotRad() argument
1367 PSMTX44RotTrig( m, axis, sinA, cosA ); in PSMTX44RotRad()
1387 void C_MTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA ) in C_MTX44RotTrig() argument
1391 axis |= 0x20; in C_MTX44RotTrig()
1392 switch(axis) in C_MTX44RotTrig()
1428 void PSMTX44RotTrig( Mtx44 m, char axis, f32 sinA, f32 cosA ) in PSMTX44RotTrig() argument
1434 switch(axis) in PSMTX44RotTrig()
1558 void C_MTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in C_MTX44RotAxisRad() argument
1567 ASSERTMSG( (axis != 0), MTX44_ROTAXIS_2 ); in C_MTX44RotAxisRad()
1573 C_VECNormalize( axis, &vN ); in C_MTX44RotAxisRad()
1613 const Vec *axis, in __PSMTX44RotAxisRadInternal() argument
1627 tmp0 = __PSQ_LX(axis, 0, 0, 0); in __PSMTX44RotAxisRadInternal()
1631 tmp1[0] = axis->z; in __PSMTX44RotAxisRadInternal()
1632 tmp1[1] = axis->z; in __PSMTX44RotAxisRadInternal()
1807 void PSMTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in PSMTX44RotAxisRad() argument
1814 __PSMTX44RotAxisRadInternal(m, axis, sinT, cosT); in PSMTX44RotAxisRad()
1887 extern void _ASM_MTX44RotAxisRadInternal(Mtx m, const Vec *axis, f32 sT, f32 cT);
1889 void ASM_MTX44RotAxisRad(Mtx44 m, const Vec *axis, f32 rad) { in ASM_MTX44RotAxisRad() argument
1895 _ASM_MTX44RotAxisRadInternal(m, axis, sinT, cosT); in ASM_MTX44RotAxisRad()
1898 void ASM_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in ASM_MTX44RotRad() argument
1905 ASM_MTX44RotTrig( m, axis, sinA, cosA ); in ASM_MTX44RotRad()