vmm 0.2.1

A math library focused on vectors and square matrices (Not in development)
Documentation
1
2
3
4
5
6
7
8
9
pub mod vectors;
pub mod matrices;
pub mod macros;
pub mod math; 
pub mod bytemuck_impl;

pub use vectors::*;
pub use matrices::*;
pub use math::*;