Delegate Omnitree.Location<T, A1>
Delegate for locating an item in 1D space.
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public delegate void Location<T, A1>(T item, out A1 axis1);
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | The item to locate. |
| A1 | axis1 | The location of the item along the 1 dimension. |
Type Parameters
| Name | Description |
|---|---|
| T | The generic type of the item to locate. |
| A1 | The generic type of the 1 dimension. |