comparison OrthancStone/Sources/Toolbox/CoordinateSystem3D.h @ 1961:cbf54cd28d59

added CoordinateSystem3D::GetOrientationMarkers()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2022 18:43:20 +0200
parents 7053b8a0aaec
children 07964689cb0b
comparison
equal deleted inserted replaced
1960:40f8009ceb4e 1961:cbf54cd28d59
158 double d); 158 double d);
159 159
160 static CoordinateSystem3D CreateFromThreePoints(const Vector& a, 160 static CoordinateSystem3D CreateFromThreePoints(const Vector& a,
161 const Vector& b, 161 const Vector& b,
162 const Vector& c); 162 const Vector& c);
163
164 void GetOrientationMarkers(std::string& top /* out */,
165 std::string& bottom /* out */,
166 std::string& left /* out */,
167 std::string& right /* out */) const;
163 }; 168 };
164 } 169 }