nsys-math-utils 0.2.0

Math types and traits
Documentation
1
2
3
4
5
6
7
8
9
//! Geometry utilities

pub mod intersect;
pub mod mesh;
pub mod primitive;
pub mod shape;

pub use self::primitive::*;
pub use self::shape::Shape;