diff Framework/Toolbox/CoordinateSystem3D.h @ 151:c5044bbfc303 wasm

CoordinateSystem3D::IntersectSegment()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Feb 2018 17:37:03 +0100
parents e2fe9352f240
children 2e023be0563c
line wrap: on
line diff
--- a/Framework/Toolbox/CoordinateSystem3D.h	Thu Feb 01 16:07:54 2018 +0100
+++ b/Framework/Toolbox/CoordinateSystem3D.h	Thu Feb 01 17:37:03 2018 +0100
@@ -91,5 +91,10 @@
     void ProjectPoint(double& offsetX,
                       double& offsetY,
                       const Vector& point) const;
+
+    bool IntersectSegment(double& x,
+                          double& y,
+                          const Vector& edgeFrom,
+                          const Vector& edgeTo) const;
   };
 }