mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Ported Point->distance_to() and Line->length()
This commit is contained in:
@@ -22,6 +22,7 @@ class Line
|
||||
void translate(double x, double y);
|
||||
void rotate(double angle, Point* center);
|
||||
void reverse();
|
||||
double length() const;
|
||||
};
|
||||
|
||||
typedef std::vector<Line> Lines;
|
||||
|
||||
Reference in New Issue
Block a user