lgeo 1.0.7

2D Geometry library, focusing on collision computation
Documentation
1
2
3
4
5
6
7
8
9
10
mod algorithm;
mod simplex;
mod support;

// re-exports
pub use algorithm::GJK;
pub use simplex::Simplex;
pub use support::SupportPoint;