Added prototype make_cylinder()

This commit is contained in:
Joseph Lenox 2016-11-27 19:15:27 -06:00 committed by bubnikv
parent 3bb237deee
commit b91b98b21e
5 changed files with 54 additions and 6 deletions

View file

@ -39,6 +39,8 @@
void reset_repair_stats();
Clone<TriangleMesh> cube(double x, double y, double z)
%code{% RETVAL = make_cube(x, y, z); %};
Clone<TriangleMesh> cylinder(double r, double h)
%code{% RETVAL = make_cylinder(r, h); %};
%{
void