Home | History | Annotate | Download | only in functional

Lines Matching refs:angleY

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