Update test

This commit is contained in:
Alessandro Ranellucci 2014-12-12 23:02:28 +01:00
parent 133466a6b5
commit ac495e974a

View File

@ -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);
};