mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 16:42:43 +00:00
Ported Polygon->is_counter_clockwise() and rearranged code in .cpp files
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
%code{% const char* CLASS = "Slic3r::Polyline"; RETVAL = THIS->split_at_index(index); %};
|
||||
Polyline* split_at_first_point()
|
||||
%code{% const char* CLASS = "Slic3r::Polyline"; RETVAL = THIS->split_at_first_point(); %};
|
||||
bool is_counter_clockwise();
|
||||
%{
|
||||
|
||||
Polygon*
|
||||
|
||||
Reference in New Issue
Block a user