Rust port of Microsoft DirectXMath. Documentation
toml [dependencies] xmath = "0.2"
xmath supports glium out of the box.
toml [dependencies] xmath = { version = "0.2", features = ["glium-support"] }
BSD 2-Clause