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