mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Removed dependency on Math::Clipper
This commit is contained in:
@@ -72,6 +72,12 @@ Polygon::is_counter_clockwise() const
|
||||
return orientation;
|
||||
}
|
||||
|
||||
bool
|
||||
Polygon::is_clockwise() const
|
||||
{
|
||||
return !this->is_counter_clockwise();
|
||||
}
|
||||
|
||||
bool
|
||||
Polygon::make_counter_clockwise()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user