mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 09:32:50 +00:00
Remove Point.cpp
This commit is contained in:
@@ -44,7 +44,7 @@ polygon2perl(Polygon& poly) {
|
||||
AV* av = newAV();
|
||||
av_extend(av, num_points-1);
|
||||
for (unsigned int i = 0; i < num_points; i++) {
|
||||
av_store(av, i, poly[i]._toPerl());
|
||||
av_store(av, i, point2perl(poly[i]));
|
||||
}
|
||||
return (SV*)newRV_noinc((SV*)av);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user