thanatos 0.1.0

CSG geometries in rust
Documentation
1
2
3
4
5
mod circle;
mod rectangle;

pub use circle::Circle;
pub use rectangle::Rectangle;