mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 07:35:20 +00:00
Remove Point.cpp
This commit is contained in:
@@ -7,8 +7,16 @@
|
||||
|
||||
%name{Slic3r::Point::XS} class Point {
|
||||
Point(unsigned long _x = 0, unsigned long _y = 0);
|
||||
~Point();
|
||||
SV* _toPerl();
|
||||
%{
|
||||
|
||||
SV*
|
||||
Point::_toPerl()
|
||||
CODE:
|
||||
RETVAL = point2perl(*THIS);
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
%}
|
||||
};
|
||||
|
||||
%package{Slic3r::Point::XS};
|
||||
|
||||
Reference in New Issue
Block a user