ThreeD<T>.Item Item[int] Access each T by axis index. Declaration public T this[int axis] { get; set; } Exceptions Type Condition System.IndexOutOfRangeException if axis < 0 || axis > 2