diff --git a/xs/xsp/Point.xsp b/xs/xsp/Point.xsp index e1163ea5c..f058ead97 100644 --- a/xs/xsp/Point.xsp +++ b/xs/xsp/Point.xsp @@ -116,4 +116,5 @@ Point::coincides_with(point_sv) %code{% THIS->y = val; %}; void set_z(double val) %code{% THIS->z = val; %}; + void translate(double x, double y, double z); };