mathx 1.1.0

A mathematics library designed to work with no_std
Documentation
1
2
3
4
5

#[cfg(not(all(feature = "no_vectors", feature = "no_rays")))]
mod collision;
#[cfg(not(all(feature = "no_vectors", feature = "no_rays")))]
pub use collision::*;