diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:05:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:05:10 +0000 |
commit | ce326d509f5d8c58c3173ba82061bc921c32829b (patch) | |
tree | ebf71ed499f5ecbaa5d595db80c5261849f0437c /basegfx/inc | |
parent | 0b60f2a661e35e749ffe1afc4af4dbb07863ead9 (diff) |
INTEGRATION: CWS aw055 (1.7.78); FILE MERGED
2008/02/29 04:31:27 aw 1.7.78.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/b3dpolygontools.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx index 48c6c2f7874b..92f0b5ae1cf9 100644 --- a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx +++ b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: b3dpolygontools.hxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -97,6 +97,11 @@ namespace basegfx // raDashDotArray. ::basegfx::B3DPolyPolygon applyLineDashing(const ::basegfx::B3DPolygon& rCandidate, const ::std::vector<double>& raDashDotArray, double fFullDashDotLen = 0.0); + ////////////////////////////////////////////////////////////////////// + // comparators with tolerance for 3D Polygons + bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValue); + bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB); + } // end of namespace tools } // end of namespace basegfx |