diff Framework/Toolbox/CoordinateSystem3D.h @ 152:2e023be0563c wasm

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Feb 2018 18:42:34 +0100
parents c5044bbfc303
children 2309e8d86efe
line wrap: on
line diff
--- a/Framework/Toolbox/CoordinateSystem3D.h	Thu Feb 01 17:37:03 2018 +0100
+++ b/Framework/Toolbox/CoordinateSystem3D.h	Thu Feb 01 18:42:34 2018 +0100
@@ -92,8 +92,7 @@
                       double& offsetY,
                       const Vector& point) const;
 
-    bool IntersectSegment(double& x,
-                          double& y,
+    bool IntersectSegment(Vector& p,
                           const Vector& edgeFrom,
                           const Vector& edgeTo) const;
   };