Ben Visness
fabad91c39
Get an FPS cam kind of working! (no mouse input yet)
2018-07-01 15:08:46 +02:00
Ben Visness
d24e33c03a
Fix whitespace issues
2018-07-01 15:08:46 +02:00
Ben Visness
0a79c70dff
Add more tests that actually break stuff for some reason
2018-07-01 15:08:46 +02:00
Ben Visness
eedda7ca4c
First attempt at Mat4 to Quaternion (might have rows and columns swapped?)
2018-07-01 15:08:46 +02:00
Ben Visness
9097224f37
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-07-01 15:08:46 +02:00
Ben Visness
b13e3a317c
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-07-01 15:08:46 +02: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