summaryrefslogtreecommitdiffstats
path: root/include/basegfx/polygon/b3dpolygontools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/polygon/b3dpolygontools.hxx')
-rw-r--r--include/basegfx/polygon/b3dpolygontools.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/polygon/b3dpolygontools.hxx b/include/basegfx/polygon/b3dpolygontools.hxx
index 8bd610394b2f..46198d313c0a 100644
--- a/include/basegfx/polygon/b3dpolygontools.hxx
+++ b/include/basegfx/polygon/b3dpolygontools.hxx
@@ -27,7 +27,7 @@
#include <vector>
#include <basegfx/basegfxdllapi.h>
-//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
@@ -113,7 +113,7 @@ namespace basegfx
// and a line given by start and end point
BASEGFX_DLLPUBLIC bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut);
- //////////////////////////////////////////////////////////////////////
+
// comparators with tolerance for 3D Polygons
BASEGFX_DLLPUBLIC bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValue);