manifold-patches
v1.0.0
Published
Extract manifold patches from a mesh
Downloads
19
Maintainers
Readme
manifold-patches
Depth-first traversal of manifoldly-connected components of a 2D simplicial complex.
Usage
var bunny = require('bunny')
var patches = require('manifold-patches')(cells);
require("manifold-patches")(cells)
Splits complex into components connected by the relation that two cells are neighbors iff they share a manifold edge.
Contributing
See stackgl/contributing for details.
License
MIT. See LICENSE.md for details.