compute_delaunay_tetrahedral_mesh
compute_delaunay_tetrahedral_mesh(mesh, input, [n]) ⇒ boolean
Kind: global function
Returns: boolean
- whether mesh was created or not. Returns false on failure
See
- https://en.wikipedia.org/wiki/Bowyer%E2%80%93Watson_algorithm
- [1] "One machine, one minute, three billion tetrahedra" by Célestin Marot et al
Param | Type | Description |
---|---|---|
mesh | TetrahedralMesh | |
input | Array.<number> | serialized set of 3d points (x,y,z) |
[n] | number | number of points in the input |