Home | History | Annotate | Download | only in functional

Lines Matching defs:angleY

1233 	float		angleY		= 1.0f + 2.0f*DE_PI * ((float)cellNdx / 32.0f);
1234 tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY);