Home
last modified time | relevance | path

Searched refs:zSq (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx44.c1293 f32 xSq, ySq, zSq; // x, y, z squared in C_MTX44RotAxisRad() local
1311 zSq = z * z; in C_MTX44RotAxisRad()
1325 m[2][2] = ( t * zSq ) + ( c ); in C_MTX44RotAxisRad()
Dmtx.c1673 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local
1692 zSq = z * z; in C_MTXRotAxisRad()
1706 m[2][2] = ( t * zSq ) + ( c ); in C_MTXRotAxisRad()