comparison Framework/Toolbox/CoordinateSystem3D.h @ 760:1181e1ad98ec

progressive loading working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 18:34:06 +0200
parents f7c236894c1a
children 32eaf4929b08
comparison
equal deleted inserted replaced
759:774681b2c77c 760:1181e1ad98ec
84 const Vector& GetAxisY() const 84 const Vector& GetAxisY() const
85 { 85 {
86 return axisY_; 86 return axisY_;
87 } 87 }
88 88
89 void SetOrigin(const Vector& origin);
90
89 Vector MapSliceToWorldCoordinates(double x, 91 Vector MapSliceToWorldCoordinates(double x,
90 double y) const; 92 double y) const;
91 93
92 double ProjectAlongNormal(const Vector& point) const; 94 double ProjectAlongNormal(const Vector& point) const;
93 95