1.0.0 • Published 7 years ago

mesh-mass v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

mesh-mass

experimental

Calculates mesh mass and area. Note that the volume does not make sense if the mesh does not represent a solid.

Implementation comes from this paper

Usage

NPM

var mass = require("./index");
var bunny = require("bunny");

var massProperties = mass(bunny.cells, bunny.positions);
console.log(massProperties);

require("mesh-mass")(cells, positions)

Returns an object with properties area and volume.

Contributing

See stackgl/contributing for details.

License

MIT. See LICENSE.md for details.