Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/mtx/src/
Dmtx44.c1293 f32 xSq, ySq, zSq; // x, y, z squared in C_MTX44RotAxisRad() local
1309 xSq = x * x; in C_MTX44RotAxisRad()
1313 m[0][0] = ( t * xSq ) + ( c ); in C_MTX44RotAxisRad()
Dmtx.c1681 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local
1698 xSq = x * x; in C_MTXRotAxisRad()
1702 m[0][0] = ( t * xSq ) + ( c ); in C_MTXRotAxisRad()