Commit Graph

6 Commits

Author SHA1 Message Date
Ben Visness
05a474eb76 Fix whitespace issues 2018-06-20 16:01:52 +02:00
Ben Visness
3a5a5320c1 Add more tests that actually break stuff for some reason 2018-06-20 16:00:24 +02:00
Ben Visness
bb6b315c37 First attempt at Mat4 to Quaternion (might have rows and columns swapped?) 2018-06-20 12:57:17 +02:00
Ben Visness
4e2f47db55 Add array subscript operators for all types (#88)
* 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
2018-06-10 15:26:48 -04:00
Ben Visness
bee0e0c569 WIP: Properly initialize all elements of LookAt matrix (#84)
* Properly initialize all elements of LookAt matrix

* Update version and readme

* Add a test for LookAt

good enough
2018-06-03 18:42:09 -05:00
Ben Visness
f8b3a84cec WIP: Make tests quite a lot nicer (#81)
Make tests quite a lot nicer
2018-02-18 14:19:31 -06:00