VRageMath.BoundingBoxI.IterateDifference - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️