mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-30 17:29:13 -07:00
Recursive pruning. Some more unit tests
This commit is contained in:
@@ -20,8 +20,9 @@ class MedialAxis {
|
||||
public:
|
||||
Points points;
|
||||
Lines lines;
|
||||
double width;
|
||||
MedialAxis(double _width) : width(_width) {};
|
||||
double max_width;
|
||||
double min_width;
|
||||
MedialAxis(double _max_width, double _min_width) : max_width(_max_width), min_width(_min_width) {};
|
||||
void build(Polylines* polylines);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user