A simple Vec2 type for geometry
Internal.Vec2.Vec2
A simple Vec2 type
init : Basics.Float -> Basics.Float -> Vec2
Initialize a Vec2 from two floats
translate : Vec2 -> Vec2 -> Vec2
Translate one vector by another (add)