parry2d 0.26.0

2 dimensional collision detection library in Rust.
Documentation
1
2
3
4
5
6
7
//! Re-export of SymmetricEigen2 from glamx.

#[cfg(feature = "f32")]
pub use glamx::SymmetricEigen2;

#[cfg(feature = "f64")]
pub use glamx::DSymmetricEigen2 as SymmetricEigen2;