Searched refs:rPlaneNormal (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 487 …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 D | b3dpolygontools.cxx | 1124 …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()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygonclipper.hxx | 75 …yPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi… 78 …DPolygon& rCandidate, const B3DPoint& rPointOnPlane, const B3DVector& rPlaneNormal, bool bClipPosi…
|
H A D | b3dpolygontools.hxx | 160 …BASEGFX_DLLPUBLIC bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rP…
|
Completed in 29 milliseconds