1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Fixed type error

This commit is contained in:
Alessandro Ranellucci
2016-03-26 12:21:54 +01:00
parent f5a5eb3736
commit 660b56acb5
3 changed files with 24 additions and 7 deletions
+6
View File
@@ -42,6 +42,12 @@
std::string wkt();
Points concave_points(double angle);
Points convex_points(double angle);
Clone<Point> intersection(Line* line)
%code{%
Point p;
(void)THIS->intersection(*line, &p);
RETVAL = p;
%};
%{
Polygon*