Version 2.1
Additions since 2.0
- Added
apply
methods to vectors to allow the usage of theVec3f(xy, z)
syntax instead ofnew Vec3f(xy, z)
. - Added convenience methods to multiply 4x4 matrices with 4d vectors
Fixes since 2.1
- Fixed a few typos in the documentation