merge method

merge(self, pt)

Merges the new box into the current bounding box.


def merge(self, pt):
    ...
ParameterTypeDescription
ptVector2The point to merge

merge(self, bb)

Merges the new box into the current bounding box.


def merge(self, bb):
    ...
ParameterTypeDescription
bbBoundingBox2DThe bounding box to merge

See Also