vek 0.8.3

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
Documentation
[![Travis CI Build Status](https://travis-ci.org/yoanlcq/vek.svg?branch=master)](https://travis-ci.org/yoanlcq/vek)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ir0d4pkpkfwv643q/branch/master?svg=true)](https://ci.appveyor.com/project/yoanlcq/vek/branch/master)
[![Documentation](https://docs.rs/vek/badge.svg)](https://docs.rs/vek)
[![Version](https://img.shields.io/crates/v/vek.svg)](https://crates.io/crates/vek)
![MIT/Apache-2.0](https://img.shields.io/badge/License-MIT%2FApache--2.0-blue.svg)
[![Downloads](https://img.shields.io/crates/d/vek.svg)](https://crates.io/crates/vek)

# vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.

See [the wiki](https://github.com/yoanlcq/vek/wiki) for an overview, FAQ, guides, and other info.

# Contributing

I intend this crate to be of very high quality, but it is still in its early days.
Feel free to report issues for any reason: Questions, feature requests, bugs, etc!

If you plan to work a pull request, please file an issue first so that we can agree on the best way to go and minize the amount of wasted time. :)