Lines Matching refs:rad
1441 void C_MTXRotRad ( Mtx m, char axis, f32 rad ) in C_MTXRotRad() argument
1450 sinA = sinf(rad); in C_MTXRotRad()
1451 cosA = cosf(rad); in C_MTXRotRad()
1462 void PSMTXRotRad ( Mtx m, char axis, f32 rad ) in PSMTXRotRad() argument
1466 sinA = sinf(rad); in PSMTXRotRad()
1467 cosA = cosf(rad); in PSMTXRotRad()
1667 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() argument
1680 s = sinf(rad); in C_MTXRotAxisRad()
1681 c = cosf(rad); in C_MTXRotAxisRad()
1829 f32 rad ) in PSMTXRotAxisRad() argument
1833 sinT = sinf(rad); in PSMTXRotAxisRad()
1834 cosT = cosf(rad); in PSMTXRotAxisRad()