mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Finished implementation of TriangleMesh->split
This commit is contained in:
parent
2d4aa439ae
commit
27e7c6b9f7
18 changed files with 59 additions and 23 deletions
|
@ -62,7 +62,7 @@ MultiPoint::from_SV_check(SV* poly_sv)
|
|||
}
|
||||
|
||||
SV*
|
||||
MultiPoint::to_SV() {
|
||||
MultiPoint::to_AV() {
|
||||
const unsigned int num_points = this->points.size();
|
||||
AV* av = newAV();
|
||||
av_extend(av, num_points-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue