Update test
This commit is contained in:
parent
133466a6b5
commit
ac495e974a
@ -116,4 +116,5 @@ Point::coincides_with(point_sv)
|
|||||||
%code{% THIS->y = val; %};
|
%code{% THIS->y = val; %};
|
||||||
void set_z(double val)
|
void set_z(double val)
|
||||||
%code{% THIS->z = val; %};
|
%code{% THIS->z = val; %};
|
||||||
|
void translate(double x, double y, double z);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user