Home
last modified time | relevance | path

Searched refs:rfSmallValue (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/basegfx/inc/basegfx/tuple/
H A Db3dtuple.hxx170 bool equalZero(const double& rfSmallValue) const in equalZero()
173 (::basegfx::fTools::equalZero(mfX, rfSmallValue) in equalZero()
174 && ::basegfx::fTools::equalZero(mfY, rfSmallValue) in equalZero()
175 && ::basegfx::fTools::equalZero(mfZ, rfSmallValue))); in equalZero()
187 bool equal(const B3DTuple& rTup, const double& rfSmallValue) const in equal()
191 (::basegfx::fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal()
192 ::basegfx::fTools::equal(mfY, rTup.mfY, rfSmallValue) && in equal()
193 ::basegfx::fTools::equal(mfZ, rTup.mfZ, rfSmallValue))); in equal()
H A Db2dtuple.hxx148 bool equalZero(const double& rfSmallValue) const in equalZero()
151 (fTools::equalZero(mfX, rfSmallValue) && fTools::equalZero(mfY, rfSmallValue))); in equalZero()
162 bool equal(const B2DTuple& rTup, const double& rfSmallValue) const in equal()
166 (fTools::equal(mfX, rTup.mfX, rfSmallValue) && in equal()
167 fTools::equal(mfY, rTup.mfY, rfSmallValue))); in equal()
/aoo42x/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx192 static bool equalZero(const double& rfVal, const double& rfSmallValue) in equalZero() argument
194 return (fabs(rfVal) <= rfSmallValue); in equalZero()
203 static bool equal(const double& rfValA, const double& rfValB, const double& rfSmallValue) in equal() argument
205 return (fabs(rfValA - rfValB) <= rfSmallValue); in equal()
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx558 …l(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB, const double& rfSmallValue) in equal() argument
569 if(!equal(aCandidate, rCandidateB.getB2DPolygon(a), rfSmallValue)) in equal()
H A Db3dpolypolygontools.cxx519 …l(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB, const double& rfSmallValue) in equal() argument
530 if(!equal(aCandidate, rCandidateB.getB3DPolygon(a), rfSmallValue)) in equal()
H A Db3dpolygontools.cxx1166 …ool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValue) in equal() argument
1182 if(!aPoint.equal(rCandidateB.getB3DPoint(a), rfSmallValue)) in equal()
H A Db2dpolygontools.cxx3522 …ool equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB, const double& rfSmallValue) in equal() argument
3543 if(!aPoint.equal(rCandidateB.getB2DPoint(a), rfSmallValue)) in equal()
3550 if(!aPrev.equal(rCandidateB.getPrevControlPoint(a), rfSmallValue)) in equal()
3555 if(!aNext.equal(rCandidateB.getNextControlPoint(a), rfSmallValue)) in equal()
/aoo42x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx146 …(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB, const double& rfSmallValue);
H A Db3dpolygontools.hxx168 …ol equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValue);
H A Db2dpolypolygontools.hxx299 …(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB, const double& rfSmallValue);
H A Db2dpolygontools.hxx516 …ol equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB, const double& rfSmallValue);

Completed in 88 milliseconds