Searched refs:getSmallValue (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dtrapezoid.cxx | 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() [all …]
|
| H A D | b2dpolypolygontools.cxx | 578 const double fSmallValue(fTools::getSmallValue()); in equal()
|
| H A D | b3dpolypolygontools.cxx | 535 const double fSmallValue(fTools::getSmallValue()); in equal()
|
| H A D | b3dpolygontools.cxx | 1191 const double fSmallValue(fTools::getSmallValue()); in equal()
|
| H A D | b2dpolygontools.cxx | 3565 const double fSmallValue(fTools::getSmallValue()); in equal()
|
| /trunk/main/basegfx/inc/basegfx/numeric/ |
| H A D | ftools.hxx | 181 static double getSmallValue() { return mfSmallValue; } in getSmallValue() function in basegfx::fTools 188 return (fabs(rfVal) <= getSmallValue()); in equalZero()
|