mathpak 0.4.0

Rust Math Routines, a simple to use math focused library written in rust
Documentation
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;