Polyline->lines

This commit is contained in:
Alessandro Ranellucci 2013-07-15 23:12:13 +02:00
parent ab6b3d41a7
commit 439255ca46
5 changed files with 39 additions and 1 deletions

View file

@ -16,6 +16,7 @@
void pop_back()
%code{% THIS->points.pop_back(); %};
void reverse();
Lines lines();
%{
Polyline*