Home
last modified time | relevance | path

Searched refs:rad (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2/include/revolution/mtx/
Dmtx44ext.h130 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad );
132 void C_MTX44RotAxisRad ( Mtx44 m, const Vec *axis, f32 rad);
141 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad );
143 void PSMTX44RotAxisRad ( Mtx44 m, const Vec *axis, f32 rad);
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx44.c1109 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
[all …]
Dmtx.c1441 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
[all …]
Dquat.c758 void C_QUATRotAxisRad( Quaternion *r, const Vec *axis, f32 rad ) in C_QUATRotAxisRad() argument
768 half = rad * 0.50F; in C_QUATRotAxisRad()
/RvlSDK-3.2/include/revolution/
Dmtx.h298 void C_MTXRotRad ( Mtx m, char axis, f32 rad );
300 void C_MTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad );
312 void PSMTXRotRad ( Mtx m, char axis, f32 rad );
314 void PSMTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad );
480 void C_QUATRotAxisRad ( Quaternion *r, const Vec *axis, f32 rad );