mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
Remove Point.cpp
This commit is contained in:
parent
5a11d4df89
commit
4093280566
5 changed files with 19 additions and 20 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue