Searched refs:fRotInXZ (Results 1 – 2 of 2) sorted by relevance
502 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolygonOnPlane() local503 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolygonOnPlane()505 aMatrixTransform.rotate(0.0, fRotInXZ, fRotInXY); in clipPolygonOnPlane()541 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolyPolygonOnPlane() local542 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolyPolygonOnPlane()544 aMatrixTransform.rotate(0.0, fRotInXZ, fRotInXY); in clipPolyPolygonOnPlane()
456 const double fRotInXZ(atan2(-rVector.getZ(), rVector.getX())); in getRotationFromVector() local460 aRetval.rotate(0.0, fRotInXZ, 0.0); in getRotationFromVector()
Completed in 23 milliseconds