Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/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.1.4/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.c1449 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
[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.1.4/include/revolution/
Dmtx.h295 void C_MTXRotRad ( Mtx m, char axis, f32 rad );
297 void C_MTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad );
309 void PSMTXRotRad ( Mtx m, char axis, f32 rad );
311 void PSMTXRotAxisRad ( Mtx m, const Vec *axis, f32 rad );
477 void C_QUATRotAxisRad ( Quaternion *r, const Vec *axis, f32 rad );