Skip to content

ataber/mesh-mass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Calculate mass properties of a mesh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published