subtracting(_:)

Returns a new voxel index that is the component difference of the current index and the index you provide.

VoxelIndex.swift:92
func subtracting(_ i: `Self`) -> VoxelIndex

Parameters

i

The index to add.