Searched refs:fRotInXY (Results 1 – 2 of 2) sorted by relevance
501 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolygonOnPlane() local503 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolygonOnPlane()505 aMatrixTransform.rotate(0.0, fRotInXZ, fRotInXY); in clipPolygonOnPlane()540 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolyPolygonOnPlane() local542 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolyPolygonOnPlane()544 aMatrixTransform.rotate(0.0, fRotInXZ, fRotInXY); in clipPolyPolygonOnPlane()
455 const double fRotInXY(atan2(rVector.getY(), rVector.getXZLength())); in getRotationFromVector() local459 aRetval.rotate(0.0, 0.0, fRotInXY); in getRotationFromVector()
Completed in 23 milliseconds