mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Better polymorphism for ExPolygon::XS->rotate
This commit is contained in:
parent
28a4f1a61e
commit
06de21b154
6 changed files with 32 additions and 21 deletions
|
@ -42,7 +42,7 @@ void
|
|||
ExPolygonCollection::rotate(double angle, Point* center)
|
||||
{
|
||||
for (ExPolygons::iterator it = expolygons.begin(); it != expolygons.end(); ++it) {
|
||||
(*it)._rotate(angle, center);
|
||||
(*it).rotate(angle, center);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue