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
This commit is contained in:
Ivo Hinkelmann 2008-04-24 14:05:10 +00:00
parent 0b60f2a661
commit ce326d509f

View file

@ -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