mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-23 18:04:27 +03:00
Optimizations for better usage of XS code
This commit is contained in:
@@ -23,6 +23,7 @@ class Line
|
||||
void rotate(double angle, Point* center);
|
||||
void reverse();
|
||||
double length() const;
|
||||
Point* midpoint() const;
|
||||
};
|
||||
|
||||
typedef std::vector<Line> Lines;
|
||||
|
||||
Reference in New Issue
Block a user