Searched refs:rEdgeEnd (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 751 …bool isInEpsilonRange(const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, const B3DPoint& rTestP… in isInEpsilonRange() argument 754 const B3DVector aEdge(rEdgeEnd - rEdgeStart); in isInEpsilonRange() 787 const B3DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() 814 const B3DVector aDelta(rTestPosition - rEdgeEnd); in isInEpsilonRange() 1124 …l, const B3DPoint& rPlanePoint, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut) in getCutBetweenLineAndPlane() argument 1126 if(!rPlaneNormal.equalZero() && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPlane() 1128 const B3DVector aTestEdge(rEdgeEnd - rEdgeStart); in getCutBetweenLineAndPlane() 1144 …n(const B3DPolygon& rCandidate, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut) in getCutBetweenLineAndPolygon() argument 1148 if(nPointCount > 2 && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPolygon() 1156 … return getCutBetweenLineAndPlane(aPlaneNormal, aPointOnPlane, rEdgeStart, rEdgeEnd, fCut); in getCutBetweenLineAndPolygon()
|
H A D | b2dpolygontools.cxx | 1553 …bool isInEpsilonRange(const B2DPoint& rEdgeStart, const B2DPoint& rEdgeEnd, const B2DPoint& rTestP… in isInEpsilonRange() argument 1556 const B2DVector aEdge(rEdgeEnd - rEdgeStart); in isInEpsilonRange() 1589 const B2DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() 1616 const B2DVector aDelta(rTestPosition - rEdgeEnd); in isInEpsilonRange()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygontools.hxx | 139 …BASEGFX_DLLPUBLIC bool isInEpsilonRange(const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, cons… 160 …, const B3DPoint& rPlanePoint, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut); 164 …(const B3DPolygon& rCandidate, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut);
|
H A D | b2dpolygontools.hxx | 238 …BASEGFX_DLLPUBLIC bool isInEpsilonRange(const B2DPoint& rEdgeStart, const B2DPoint& rEdgeEnd, cons…
|
Completed in 31 milliseconds