BALLMESH Generate faces and vertices of volumetric ball mesh

Examples

[v,f] = ballMesh;
[v,f] = ballMesh(3,4,5); figure; tetramesh(f,v); axis equal;

TODO

  • docs

Authors

Mehul Gajwani, Monash University, 2024