BoundingBox constructor

BoundingBox(
  1. Point bottomLeft,
  2. Point topRight
)

@brief Default constructor

Implementation

BoundingBox(this.bottomLeft, this.topRight);