Home
last modified time | relevance | path

Searched refs:fCosY (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java251 double fCosY = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() local
259 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 28 milliseconds