phys-inertia 2.0.0

Provides inertia computation ability
Documentation
<div align="center">

  <h3 align="center">phys-inertia</h3>

  <p align="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.