VRageMath.BoundingBox2D.Intersects - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexBoundingBox2D

Summary

public bool Intersects(BoundingBox2D box)

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

Returns

bool

Parameters

Summary

public bool Intersects(ref BoundingBox2D box)

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingBox2D box, out bool result)

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

Parameters

⚠️ **GitHub.com Fallback** ⚠️