BoundingBox

constructor(topLeftX: Float = 0.0f, topLeftY: Float = 0.0f, bottomRightX: Float = 0.0f, bottomRightY: Float = 0.0f)

Parameters

topLeftX

the top left x coordinate

topLeftY

the top left y coordinate

bottomRightX

the bottom right x coordinate

bottomRightY

the bottom right y coordinate