melius-vectors
Simple 2-4 dimensional vectors that can be easily created and manipulated.
Installation
Under your Cargo.toml's [Dependencies], add the following dependency:
melius-vectors = { git = "https://github.com/PutterBeanut/melius-vectors/" }
Usage
use Vector2;
let mut my_vector: = empty;
my_vector += new;
my_vector /= new;
println!; // Prints "{5.0, 5.0}"