Interface IOmnitree<T, Axis1, Axis2, Axis3, Axis4, Axis5, Axis6, Axis7>
Inheritance base for 7D omnitrees.
Inherited Members
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface IOmnitree<T, Axis1, Axis2, Axis3, Axis4, Axis5, Axis6, Axis7> : IOmnitree<T>, IDataStructure<T>, ISteppable<T>, System.Collections.Generic.IEnumerable<T>, DataStructure.ICountable, DataStructure.IAddable<T>, DataStructure.IClearable
Type Parameters
Name | Description |
---|---|
T | The type of items to store in the omnitree. |
Axis1 | The type 1D axis. |
Axis2 | The type 2D axis. |
Axis3 | The type 3D axis. |
Axis4 | The type 4D axis. |
Axis5 | The type 5D axis. |
Axis6 | The type 6D axis. |
Axis7 | The type 7D axis. |