mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
%typemap{bool}{simple};
|
||||
%typemap{std::string};
|
||||
%typemap{std::vector<unsigned int>*};
|
||||
%typemap{SV*};
|
||||
|
||||
Reference in New Issue
Block a user