mathx 1.1.0

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

#[cfg(not(feature = "no_vectors"))]
mod raycast_info;
#[cfg(not(feature = "no_vectors"))]
pub use raycast_info::{RaycastInfo, RaycastInfoBuilder};