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