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

VRageMath.BoundingBox2.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

IndexBoundingBox2

Summary

public bool Intersects(BoundingBox2 box)

Checks whether the current BoundingBox2 intersects another BoundingBox2.

Returns

Example

Remarks

Summary

public bool Intersects(ref BoundingBox2 box)

Returns

Example

Remarks

Summary

public void Intersects(ref BoundingBox2 box, ref bool result)

Checks whether the current BoundingBox2 intersects another BoundingBox2.

Returns

Example

Remarks

Clone this wiki locally