mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
ExPolygon::XS->rotate()
This commit is contained in:
parent
1506907212
commit
87a5de193d
7 changed files with 86 additions and 19 deletions
|
@ -9,6 +9,8 @@
|
|||
%name{_clone} ExPolygon(ExPolygon& self);
|
||||
~ExPolygon();
|
||||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
void _rotate(double angle, Point* center);
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
%typemap{std::vector<unsigned int>*};
|
||||
%typemap{SV*};
|
||||
%typemap{AV*};
|
||||
%typemap{Point*};
|
Loading…
Add table
Add a link
Reference in a new issue