VRageMath.BoundingBox2I.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBox2I
public bool Intersects(BoundingBox2I box)
Checks whether the current BoundingBox2I intersects another BoundingBox2I.
- BoundingBox2I box
public bool Intersects(ref BoundingBox2I box)
- BoundingBox2I box
public void Intersects(ref BoundingBox2I box, out bool result)
Checks whether the current BoundingBox2I intersects another BoundingBox2I.
- BoundingBox2I box
- bool result