BoundingBox

class foronoi.graph.bounding_box.BoundingBox(left_x, right_x, bottom_y, top_y)

Convenience method to create a bounding box. Extends foronoi.graph.Polygon.

Parameters
  • left_x (float) – The x-coordinate of the left border

  • right_x (float) – The x-coordinate of the right border

  • bottom_y (float) – The y-coordinate of the bottom border

  • top_y (float) – The y-coordinate of the top border