| Crates.io | phys-geom |
| lib.rs | phys-geom |
| version | 2.0.1-beta.0 |
| created_at | 2025-10-16 06:07:48.372608+00 |
| updated_at | 2025-10-23 07:15:39.869902+00 |
| description | Provides geometry processing ability |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1885486 |
| size | 166,914 |
Provides geometry processing ability for physics simulations
This project provides some basic geometric shape definitions and some general calculation functions.
// create a sphere shape with radius = 0.5
let sphere = Sphere::new(0.5);
// compute it's volume
let volume = sphere.compute_volume();
See LICENSE file.