mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 21:12:53 -07:00
Remove Point.cpp
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#include "myinit.h"
|
||||
#include "Point.hpp"
|
||||
|
||||
Point::~Point() {}
|
||||
|
||||
|
||||
SV*
|
||||
Point::_toPerl() {
|
||||
AV* av = newAV();
|
||||
av_fill(av, 1);
|
||||
av_store_point_xy(av, x, y);
|
||||
return (SV*)newRV_noinc((SV*)av);
|
||||
}
|
||||
Reference in New Issue
Block a user