Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx501 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolygonOnPlane() local
503 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() local
542 if(!fTools::equalZero(fRotInXY) || !fTools::equalZero(fRotInXZ)) in clipPolyPolygonOnPlane()
544 aMatrixTransform.rotate(0.0, fRotInXZ, fRotInXY); in clipPolyPolygonOnPlane()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx455 const double fRotInXY(atan2(rVector.getY(), rVector.getXZLength())); in getRotationFromVector() local
459 aRetval.rotate(0.0, 0.0, fRotInXY); in getRotationFromVector()

Completed in 17 milliseconds