geom3 1.2.2

3d geometry classes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod base;
mod line3;
mod sphere;
mod plane;
mod triangle3;
mod test;

pub use line3::Line3;
pub use sphere::Sphere;
pub use plane::Plane;
pub use triangle3::Triangle3;
pub use base::{Shape, Intersection};