adding(_:)

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

VoxelIndex.swift:59
func adding(_ i: `Self`) -> VoxelIndex

Parameters

i

The index to add.