VRageMath.Rectangle.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Rectangle
public bool Intersects(Rectangle value)
Determines whether a specified Rectangle intersects with this Rectangle.
- Rectangle value
public void Intersects(ref Rectangle value, out bool result)
Determines whether a specified Rectangle intersects with this Rectangle.