diff Framework/Toolbox/SliceGeometry.h @ 66:298f375dcb68 wasm

LayerWidget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 May 2017 22:03:09 +0200
parents c2dc924f1a63
children f5f54ed8d307
line wrap: on
line diff
--- a/Framework/Toolbox/SliceGeometry.h	Tue May 16 22:12:41 2017 +0200
+++ b/Framework/Toolbox/SliceGeometry.h	Wed May 17 22:03:09 2017 +0200
@@ -88,5 +88,8 @@
     void ProjectPoint(double& offsetX,
                       double& offsetY,
                       const Vector& point) const;
+
+    bool IsSamePlane(const SliceGeometry& other,
+                     double sliceThickness) const;
   };
 }