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