package types type Box2D struct { XMax float64 YMax float64 XMin float64 YMin float64 }