Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 355 Bytes

v2d

2D vector math library in golang.

Test

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.