1 2 3 4 5 6 7 8
//! # MathPack(age) //! Easy to use math library for rust //! pub mod points; pub mod matrix; pub mod vector; pub mod bezier;