2D vector math library in golang.
There exist several ones, but could not find one fitting my requirements of:
- MIT license
- All operations on values, not pointers
- float32
- 2D optimized
Inspired by https://github.com/joonazan/vec2 which however does not specify any license.