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