mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-07 17:37:03 +02: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