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

VRageMath.BoundingBoxI.IterateDifference

Morten Aune Lyrstad edited this page Apr 16, 2022 · 25 revisions

IndexNamespace IndexBoundingBoxI

Summary

public static IEnumerable<Vector3I> IterateDifference(BoundingBoxI left, BoundingBoxI right)

Iterate every cell contained in {left} - {right}, where we interpret {box} as the set of all distinct Vector3I points inside a 'box'. Containment is taken in a typical inclusive start, exclusive end fashion.

Returns

IEnumerable<Vector3I>

Parameters

Clone this wiki locally