mathx 1.1.0

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

mod vector2;
pub use vector2::Vector2;

mod vector3;
pub use vector3::Vector3;