matrix_2d 0.1.0

A matrix implementation that mimics what the canvas matrix functions do on html5 canvas.
Documentation
1
2
3
#[cfg(test)]
pub mod tests;
pub mod matrix_2d;