na 0.16.6

na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics.
Documentation
[dependencies.alga]
version = "0.7"

[dependencies.nalgebra]
version = "0.16.4"

[dependencies.num-traits]
version = "0.2"

[features]
serde-serialize = ["nalgebra/serde-serialize"]
unstable = []

[package]
authors = ["arturo castro <arturo@openframeworks.cc>"]
description = "na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics."
homepage = "http://github.com/arturoc/na"
license = "BSD-3-Clause"
name = "na"
repository = "http://github.com/arturoc/na"
version = "0.16.6"