diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:04:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:04:45 +0000 |
commit | fe97ba8c3f09bc87010a653a8a553ed6277a2383 (patch) | |
tree | 4c5cbbc6a5a1c8ec9dcbedb3311ef191ffb64806 /basegfx/inc | |
parent | d48b3eeeeebbaf567d35c2d78df5fda73801e2be (diff) |
INTEGRATION: CWS aw055 (1.16.28); FILE MERGED
2008/02/29 04:31:26 aw 1.16.28.1: removed op equal at polygons, added to tooling. Done for 2D and 3D
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx index 494699cc5d2a..d6ddf2fd07b2 100644 --- a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx +++ b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: b2dpolypolygontools.hxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -195,6 +195,11 @@ namespace basegfx // #i76891# Try to remove existing curve segments if they are simply edges B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate); + ////////////////////////////////////////////////////////////////////// + // comparators with tolerance for 2D PolyPolygons + bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB, const double& rfSmallValue); + bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB); + } // end of namespace tools } // end of namespace basegfx |