Fixed glitch in commit 9c93e52c8f
causing tests failures
This commit is contained in:
parent
0a351fe47d
commit
c97cac5bc9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
%code{% THIS->paths.push_back(*path); %};
|
||||
double length();
|
||||
bool split_at_vertex(Point* point)
|
||||
%code{% THIS->split_at_vertex(*point); %};
|
||||
%code{% RETVAL = THIS->split_at_vertex(*point); %};
|
||||
void split_at(Point* point)
|
||||
%code{% THIS->split_at(*point); %};
|
||||
ExtrusionPaths clip_end(double distance)
|
||||
|
|
Loading…
Reference in a new issue