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

VRageMath.BoundingBox2.Intersects

Morten Aune Lyrstad edited this page Feb 3, 2022 · 19 revisions

IndexNamespace IndexBoundingBox2

Summary

public bool Intersects(BoundingBox2 box)

Checks whether the current BoundingBox2 intersects another BoundingBox2.

Returns

bool

Parameters

Summary

public bool Intersects(ref BoundingBox2 box)

Returns

bool

Parameters

Summary

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

Checks whether the current BoundingBox2 intersects another BoundingBox2.

Parameters

Clone this wiki locally