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

@@ -111,6 +111,9 @@ class TriangleMeshSlicer
TriangleMesh make_cube(double x, double y, double z);
// Generate a TriangleMesh of a cylinder
TriangleMesh make_cylinder(double r, double h, double fa=(2*PI/360));
}
#endif