Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 359 Bytes

Docs: GoDoc

Package evec has vector types for emergent, including Vec2i which is a 2D vector with int values, using the API based on math32.Vec2i. This is distinct from math32.Vec2i because it uses int instead of int32, and the int is significantly easier to deal with for layer sizing params etc.