Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds