mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-28 12:31:55 -06:00
Ported ExtrusionLoop->make_counter_clockwise()
This commit is contained in:
parent
5d6fd7f4d9
commit
ea1d138c95
4 changed files with 8 additions and 9 deletions
|
@ -48,6 +48,7 @@ class ExtrusionLoop : public ExtrusionEntity
|
|||
Polygon polygon;
|
||||
ExtrusionPath* split_at_index(int index);
|
||||
ExtrusionPath* split_at_first_point();
|
||||
bool make_counter_clockwise();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue