Function computeBoundingBox

Compute the smallest enclosing rectangle of a point cloud

RectOf!(float) computeBoundingBox (
  const(Vector!(float,2)[]) points,
  RectOf!(float) initial = RectOf(0.0F, 0.0F, 0.0F, 0.0F).this(3.40282e+38F, 3.40282e+38F, -3.40282e+38F, -3.40282e+38F)
) nothrow @safe;