Summary

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

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

Returns

IEnumerable

Parameters