/*
The math was taken and adapted from various places on the internet
Specifically, from gl-matrix and the gltf-rs crate (which in turn took from cg_math)
The idea is that we have a very minimal math lib with no dependencies for small projects
Currently there's a ton of stuff missing
*/
pub use *;
pub use *;
pub use *;
pub use *;