About The Project
This crate implements the calculation of inertia tensors for common geometric shapes
Usage
// compute the inertia tensor of a cube with length = 0.5 and mass = 1.0
let inertia:Vec3 = cube;
License
See LICENSE file.
This crate implements the calculation of inertia tensors for common geometric shapes
// compute the inertia tensor of a cube with length = 0.5 and mass = 1.0
let inertia:Vec3 = cube;
See LICENSE file.