Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 368 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 368 Bytes

Docs: GoDoc

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