Mercurial > hg > orthanc-stone
comparison 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 |
comparison
equal
deleted
inserted
replaced
150:62670cc2bb50 | 151:c5044bbfc303 |
---|---|
89 double ProjectAlongNormal(const Vector& point) const; | 89 double ProjectAlongNormal(const Vector& point) const; |
90 | 90 |
91 void ProjectPoint(double& offsetX, | 91 void ProjectPoint(double& offsetX, |
92 double& offsetY, | 92 double& offsetY, |
93 const Vector& point) const; | 93 const Vector& point) const; |
94 | |
95 bool IntersectSegment(double& x, | |
96 double& y, | |
97 const Vector& edgeFrom, | |
98 const Vector& edgeTo) const; | |
94 }; | 99 }; |
95 } | 100 } |