BoundingBox2D constructor

init

Constructs a new instance of BoundingBox2D

def __init__(self):
    ...

init

Initialize a finite bounding box with given minimum and maximum corner

def __init__(self, minimum, maximum):
    ...
ParameterTypeDescription
minimumVector2The minimum corner
maximumVector2The maximum corner

See Also