Home | History | Annotate | Download | only in functional

Lines Matching defs:angleY

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