mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
New ->scale() method for ExPolygon::XS
This commit is contained in:
parent
5409c27852
commit
e0052b01d3
3 changed files with 24 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
%name{Slic3r::ExPolygon::XS} class ExPolygon {
|
||||
%name{_clone} ExPolygon(ExPolygon& self);
|
||||
~ExPolygon();
|
||||
void scale(double factor);
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue