Fixed tests

This commit is contained in:
Alessandro Ranellucci 2014-12-17 01:15:47 +01:00
parent 9264db7ecd
commit 21ea100d0e
4 changed files with 34 additions and 3 deletions

View file

@ -28,6 +28,9 @@
%code{% THIS->clip_end(distance, &RETVAL); %};
bool has_overhang_point(Point* point)
%code{% RETVAL = THIS->has_overhang_point(*point); %};
bool is_perimeter();
bool is_infill();
bool is_solid_infill();
%{
SV*