1.0.0 • Published 6 years ago

manifold-patches v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

manifold-patches

experimental

Depth-first traversal of manifoldly-connected components of a 2D simplicial complex.

Usage

NPM

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.