package land type Vector2D struct { X, Y float64 }