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