Lines Matching refs:rad
1449 void C_MTXRotRad ( Mtx m, char axis, f32 rad ) in C_MTXRotRad() argument
1458 sinA = sinf(rad); in C_MTXRotRad()
1459 cosA = cosf(rad); in C_MTXRotRad()
1470 void PSMTXRotRad ( Mtx m, char axis, f32 rad ) in PSMTXRotRad() argument
1474 sinA = sinf(rad); in PSMTXRotRad()
1475 cosA = cosf(rad); in PSMTXRotRad()
1675 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() argument
1688 s = sinf(rad); in C_MTXRotAxisRad()
1689 c = cosf(rad); in C_MTXRotAxisRad()
1837 f32 rad ) in PSMTXRotAxisRad() argument
1841 sinT = sinf(rad); in PSMTXRotAxisRad()
1842 cosT = cosf(rad); in PSMTXRotAxisRad()