tarcieri / micromath

Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
402 stars 21 forks source link

Refactor `vector` module into submodules #73

Closed tarcieri closed 3 years ago

tarcieri commented 3 years ago

It was previously quite large and contained several types/traits, so refactoring makes it easier to find them.