Searched refs:rCutPoint (Results 1 – 1 of 1) sorted by relevance
228 const B2DPoint& rCutPoint, in splitEdgeAtGivenPoint() argument232 if(aEdge.getStart().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()243 const double fOldDeltaYStart(rCutPoint.getY() - aEdge.getStart().getY()); in splitEdgeAtGivenPoint()249 aEdge.setStart(&rCutPoint); in splitEdgeAtGivenPoint()253 const double fNewDeltaYStart(aEdge.getEnd().getY() - rCutPoint.getY()); in splitEdgeAtGivenPoint()259 aEdge.setEnd(&rCutPoint); in splitEdgeAtGivenPoint()265 &rCutPoint, in splitEdgeAtGivenPoint()270 aEdge.setEnd(&rCutPoint); in splitEdgeAtGivenPoint()
Completed in 9 milliseconds