repositorypackage
0.0.0-20200510090729-ddf5eb19405b
Repository: https://github.com/vron/v2d.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
v2d
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.