Intersects
Summary
public bool Intersects(BoundingBox2 box)
Checks whether the current BoundingBox2 intersects another BoundingBox2.
Returns
Parameters
- BoundingBox2 box
Summary
public bool Intersects(ref BoundingBox2 box)
Returns
Parameters
- BoundingBox2 box
Summary
public void Intersects(ref BoundingBox2 box, out bool result)
Checks whether the current BoundingBox2 intersects another BoundingBox2.
Parameters
- BoundingBox2 box
- bool result