Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox2D.Intersects

Malware edited this page Dec 24, 2018 · 18 revisions

IndexBoundingBox2D

bool Intersects(BoundingBox2D box)

Summary

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

bool Intersects(ref BoundingBox2D box)

void Intersects(ref BoundingBox2D box, ref bool result)

Summary

Checks whether the current BoundingBox2D intersects another BoundingBox2D.

Clone this wiki locally