polyhedral_mass_properties

Crates.iopolyhedral_mass_properties
lib.rspolyhedral_mass_properties
version0.2.2
sourcesrc
created_at2024-08-13 11:07:58.464502
updated_at2024-08-15 13:14:04.275076
descriptionCalculation of mass properties for triangle meshes
homepage
repositoryhttps://codeberg.org/mo8it/polyhedral_mass_properties
max_upload_size
id1335837
size58,103
Mo (mo8it)

documentation

README

Polyhedral Mass Properties

Calculates the mass properties (mass, center of mass and inertia matrix/tensor) of triangle meshes.

The algorithm is based on the paper "Computing the Moment of Inertia of a Solid Defined by a Triangle Mesh" by Michael Kallay (Code).

Documentation

Documentation with examples is available on docs.rs 📚️

Demo binary

The binary mass-props uses this library to calculate the mass properties of meshes in glTF files. You can try it out to test the output of this library.

Commit count: 0

cargo fmt