Lines Matching refs:rad
1109 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in C_MTX44RotRad() argument
1118 sinA = sinf(rad); in C_MTX44RotRad()
1119 cosA = cosf(rad); in C_MTX44RotRad()
1130 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad ) in PSMTX44RotRad() argument
1134 sinA = sinf(rad); in PSMTX44RotRad()
1135 cosA = cosf(rad); in PSMTX44RotRad()
1287 void C_MTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in C_MTX44RotAxisRad() argument
1299 s = sinf(rad); in C_MTX44RotAxisRad()
1300 c = cosf(rad); in C_MTX44RotAxisRad()
1456 f32 rad ) in PSMTX44RotAxisRad() argument
1460 sinT = sinf(rad); in PSMTX44RotAxisRad()
1461 cosT = cosf(rad); in PSMTX44RotAxisRad()