mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Finished implementation of TriangleMesh->split
This commit is contained in:
@@ -61,7 +61,7 @@ Line::from_SV_check(SV* line_sv)
|
||||
}
|
||||
|
||||
SV*
|
||||
Line::to_SV() {
|
||||
Line::to_AV() {
|
||||
AV* av = newAV();
|
||||
av_extend(av, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user