Browse Source

Update test

Alessandro Ranellucci 10 years ago
parent
commit
ac495e974a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xs/xsp/Point.xsp

+ 1 - 0
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);
 };