vmath 0.1.1

Vector and matrix maths library, mainly for computer graphics applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name            = "vmath"
description     = "Vector and matrix maths library, mainly for computer graphics applications"
version         = "0.1.1"
authors         = ["Isaac Woods"]
license         = "MIT"

[lib]
name = "vmath"
path = "src/lib.rs"

[dependencies]