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.cxx232 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()
971 if(rPointA.equal(rPointB, fTools::getSmallValue())) in createLineTrapezoidFromEdge()
[all …]
H A Db2dpolypolygontools.cxx578 const double fSmallValue(fTools::getSmallValue()); in equal()
H A Db3dpolypolygontools.cxx539 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()

Completed in 60 milliseconds