parry3d 0.26.0

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

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

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