Home
last modified time | relevance | path

Searched refs:ySq (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
1310 ySq = y * y; in C_MTX44RotAxisRad()
1319 m[1][1] = ( t * ySq ) + ( c ); in C_MTX44RotAxisRad()
Dmtx.c1673 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local
1691 ySq = y * y; in C_MTXRotAxisRad()
1700 m[1][1] = ( t * ySq ) + ( c ); in C_MTXRotAxisRad()