mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 10:32:40 +00:00
More refactoring to medial axis and gap fill, more robust
This commit is contained in:
@@ -44,6 +44,7 @@ class Line
|
||||
void extend_end(double distance);
|
||||
void extend_start(double distance);
|
||||
bool intersection(const Line& line, Point* intersection) const;
|
||||
double ccw(const Point& point) const;
|
||||
};
|
||||
|
||||
class ThickLine : public Line
|
||||
|
||||
Reference in New Issue
Block a user