Lines Matching refs:f32
125 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
126 void C_MTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
127 void C_MTX44Scale ( Mtx44 m, f32 xS, f32 yS, f32 zS );
128 void C_MTX44ScaleApply ( const Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS );
130 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad );
131 void C_MTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA );
132 void C_MTX44RotAxisRad ( Mtx44 m, const Vec *axis, f32 rad);
136 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
137 void PSMTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
138 void PSMTX44Scale ( Mtx44 m, f32 xS, f32 yS, f32 zS );
139 void PSMTX44ScaleApply ( const Mtx44 src, Mtx44 dst, f32 xS, f32 yS, f32 zS );
141 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad );
142 void PSMTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA );
143 void PSMTX44RotAxisRad ( Mtx44 m, const Vec *axis, f32 rad);