phys-geom 2.0.0-beta.7

Provides geometry processing ability
Documentation

About The Project

This project provides some basic geometric shape definitions and some general calculation functions.

Usage

// create a sphere shape with radius = 0.5
let sphere = Sphere::new(0.5);

// compute it's volume
let volume = sphere.compute_volume();

License

See LICENSE file.