Searched refs:ySq (Results 1 – 2 of 2) sorted by relevance
1564 f32 xSq, ySq, zSq; // x, y, z squared in C_MTX44RotAxisRad() local1580 ySq = y * y; in C_MTX44RotAxisRad()1589 m[1][1] = ( t * ySq ) + ( c ); in C_MTX44RotAxisRad()
1413 f32 xSq, ySq, zSq; // x, y, z squared in C_MTXRotAxisRad() local1429 ySq = y * y; in C_MTXRotAxisRad()1438 m[1][1] = ( t * ySq ) + ( c ); in C_MTXRotAxisRad()