mathx 1.1.0

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

mod ray2;
pub use ray2::Ray2;

mod ray3;
pub use ray3::Ray3;