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