Lines Matching refs:equal
153 if(fTools::equal(getStart().getY(), rComp.getStart().getY(), fTools::getSmallValue())) in operator <()
155 if(fTools::equal(getStart().getX(), rComp.getStart().getX(), fTools::getSmallValue())) in operator <()
232 if(aEdge.getStart().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
238 if(aEdge.getEnd().equal(rCutPoint, fTools::getSmallValue())) in splitEdgeAtGivenPoint()
284 if(aEdgeA.getStart().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
289 if(aEdgeA.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
294 if(aEdgeA.getEnd().equal(aEdgeB.getStart(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
299 if(aEdgeA.getEnd().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
305 if(aEdgeA.getStart().equal(aEdgeA.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
310 if(aEdgeB.getStart().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection()
522 if(fTools::equal(pPrev->getY(), pCurr->getY(), fTools::getSmallValue())) in TrapezoidSubdivider()
525 if(!fTools::equal(pPrev->getX(), pCurr->getX(), fTools::getSmallValue())) in TrapezoidSubdivider()
628 if(!fTools::equal(aLeft.getStart().getY(), aRight.getStart().getY(), fTools::getSmallValue())) in Subdivide()
650 …const bool bEndOnSameLine(fTools::equal(aLeftEnd.getY(), aRightEnd.getY(), fTools::getSmallValue()… in Subdivide()
669 const bool bSameStartPoint(aLeft.getStart().equal(aRight.getStart(), fTools::getSmallValue())); in Subdivide()
670 const bool bSameEndPoint(aLeftEnd.equal(aRightEnd, fTools::getSmallValue())); in Subdivide()
765 if(aCompare.getStart().equal(aRight.getStart(), fTools::getSmallValue())) in Subdivide()
971 if(rPointA.equal(rPointB, fTools::getSmallValue())) in createLineTrapezoidFromEdge()
979 if(fTools::equal(rPointA.getX(), rPointB.getX(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
994 else if(fTools::equal(rPointA.getY(), rPointB.getY(), fTools::getSmallValue())) in createLineTrapezoidFromEdge()
1038 …const bool bEndOnSameLine(fTools::equal(aLeft.getEnd().getY(), aRight.getEnd().getY(), fTools::get… in createLineTrapezoidFromEdge()