init(_:)

Creates a new index from a tuple of three integers.

VoxelIndex.swift:43
init(_ tupleIn: (Int, Int, Int))

Parameters

tupleIn

The tuple of three integers that represent the index.