BoundingBox2D.Merge

Merge(Vector2)

Merges the new box into the current bounding box.

public void Merge(Vector2 pt)
ParameterTypeDescription
ptVector2The point to merge

See Also


Merge(BoundingBox2D)

Merges the new box into the current bounding box.

public void Merge(BoundingBox2D bb)
ParameterTypeDescription
bbBoundingBox2DThe bounding box to merge

See Also