comparison Framework/Toolbox/CoordinateSystem3D.h @ 757:f7c236894c1a

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 17:05:14 +0200
parents 6af3099ed8da
children 1181e1ad98ec
comparison
equal deleted inserted replaced
749:f3a7092ed10e 757:f7c236894c1a
102 bool IntersectLine(Vector& p, 102 bool IntersectLine(Vector& p,
103 const Vector& origin, 103 const Vector& origin,
104 const Vector& direction) const; 104 const Vector& direction) const;
105 105
106 // Returns "false" is the two planes are not parallel 106 // Returns "false" is the two planes are not parallel
107 static bool GetDistance(double& distance, 107 static bool ComputeDistance(double& distance,
108 const CoordinateSystem3D& a, 108 const CoordinateSystem3D& a,
109 const CoordinateSystem3D& b); 109 const CoordinateSystem3D& b);
110 }; 110 };
111 } 111 }