mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
Ported ExtrusionLoop->make_counter_clockwise()
This commit is contained in:
@@ -41,4 +41,10 @@ ExtrusionLoop::split_at_first_point()
|
||||
return this->split_at_index(0);
|
||||
}
|
||||
|
||||
bool
|
||||
ExtrusionLoop::make_counter_clockwise()
|
||||
{
|
||||
return this->polygon.make_counter_clockwise();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user