From ce326d509f5d8c58c3173ba82061bc921c32829b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 14:05:10 +0000 Subject: [PATCH] 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 --- basegfx/inc/basegfx/polygon/b3dpolygontools.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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& 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