Interface IOmnitree<T>
A Spacial Partitioning data structure.
Inherited Members
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public interface 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. |
Properties
| Improve this Doc View SourceDimensions
The number of dimensions this tree is sorting on.
Declaration
int Dimensions { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |