<divalign="center"><h3align="center">phys-inertia</h3><palign="center">
Provides inertia computation ability
</p></div>##About The Project
This crate implements the calculation of inertia tensors for common geometric shapes
##Usage
```rust
// compute the inertia tensor of a cube with length = 0.5 and mass = 1.0
let inertia:Vec3 = inertia::cube(0.5);
```
##License
See [LICENSE](LICENSE) file.