Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx487 …DPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi… in clipPolygonOnPlane() argument
491 if(rPlaneNormal.equalZero()) in clipPolygonOnPlane()
501 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolygonOnPlane()
502 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolygonOnPlane()
526 …yPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi… in clipPolyPolygonOnPlane() argument
530 if(rPlaneNormal.equalZero()) in clipPolyPolygonOnPlane()
540 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolyPolygonOnPlane()
541 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolyPolygonOnPlane()
H A Db3dpolygontools.cxx1124 …bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B… in getCutBetweenLineAndPlane() argument
1126 if(!rPlaneNormal.equalZero() && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPlane()
1129 const double fScalarEdge(rPlaneNormal.scalar(aTestEdge)); in getCutBetweenLineAndPlane()
1134 const double fScalarCompare(rPlaneNormal.scalar(aCompareEdge)); in getCutBetweenLineAndPlane()
/aoo42x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygonclipper.hxx75 …yPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi…
78 …DPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi…
H A Db3dpolygontools.hxx160 …BASEGFX_DLLPUBLIC bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rP…

Completed in 27 milliseconds