Searched refs:fCosY (Results 1 – 1 of 1) sorted by relevance
251 double fCosY = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() local259 aMatrix.Line1.Column1 = fCosY * fCosZ; in testThreeD()260 aMatrix.Line1.Column2 = fCosY * -fSinZ; in testThreeD()265 aMatrix.Line2.Column3 = -fSinX * fCosY; in testThreeD()269 aMatrix.Line3.Column3 = fCosX * fCosY; in testThreeD()
Completed in 13 milliseconds