* Make everything use radians (and provide an escape hatch)
* Fix tests
* Add tests for forcing degrees
* Add degrees tests for windows
* Remove coverage macro; just always use radians
* Update forward declarations and clean up tests
* Tell the user that angles are in radians
* Add coverage features and add it, laboriously, to everything
* Fix easy tests
* Add tests for != operators
* Clean up test framework a little
* Add documentation of coverage macros
* Fix tests for mat4 to quaternion
* Slightly improve formatting of coverage output
* Trailing whitespace must die
* Add array subscript operators for all types
* Taking the parameter for the operator[] as a reference. This should allow it to be inlined
* I guess you can't do that.
* Update version and readme