BoundingBox2D.Merge

Merge(Vector2)

Merges the new box into the current bounding box.

public void Merge(Vector2 pt)
ParameterTypeDescription
ptVector2

See Also


Merge(BoundingBox2D)

Merges the new box into the current bounding box.

public void Merge(BoundingBox2D bb)
ParameterTypeDescription
bbBoundingBox2D

See Also