Home
last modified time | relevance | path

Searched refs:getSmallValue (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx153 … 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()
[all …]
H A Db2dpolypolygontools.cxx578 const double fSmallValue(fTools::getSmallValue()); in equal()
H A Db3dpolypolygontools.cxx535 const double fSmallValue(fTools::getSmallValue()); in equal()
H A Db3dpolygontools.cxx1191 const double fSmallValue(fTools::getSmallValue()); in equal()
H A Db2dpolygontools.cxx3565 const double fSmallValue(fTools::getSmallValue()); in equal()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx181 static double getSmallValue() { return mfSmallValue; } in getSmallValue() function in basegfx::fTools
188 return (fabs(rfVal) <= getSmallValue()); in equalZero()