phys-geom

Crates.iophys-geom
lib.rsphys-geom
version2.0.1-beta.0
created_at2025-10-16 06:07:48.372608+00
updated_at2025-10-23 07:15:39.869902+00
descriptionProvides geometry processing ability
homepage
repository
max_upload_size
id1885486
size166,914
Mikhail Petrov (graviton-rs)

documentation

https://docs.rs/phys-geom

README

phys-geom

Provides geometry processing ability for physics simulations

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.

Commit count: 0

cargo fmt