Interface IOmnitree<T, Axis1, Axis2, Axis3, Axis4>
Inheritance base for 4D omnitrees.
Inherited Members
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface IOmnitree<T, Axis1, Axis2, Axis3, Axis4> : 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. |