Ported ExPolygon->area()
This commit is contained in:
parent
792fcba7be
commit
706851f836
7 changed files with 19 additions and 12 deletions
|
@ -15,6 +15,7 @@
|
|||
%code{% RETVAL = THIS->to_SV_pureperl(); %};
|
||||
void scale(double factor);
|
||||
void translate(double x, double y);
|
||||
double area();
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue