Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBox2D.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

IndexBoundingBox2D

csharp[bool](System.Boolean) Intersects([BoundingBox2D](VRageMath.BoundingBox2D) box)##### Summary

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

csharp[bool](System.Boolean) Intersects(ref [BoundingBox2D](VRageMath.BoundingBox2D) box)``````csharpvoid Intersects(ref [BoundingBox2D](VRageMath.BoundingBox2D) box, ref [bool](System.Boolean) result)##### Summary

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

Clone this wiki locally