Function bound

Returns the rectangle bounding a polygon

AxisAlignedBoundingBox!(T,2) bound(T, uint sides) (
  Polygon!(T,sides) toBound
);