KDTreeNodeCollectionTNode Properties |
The KDTreeNodeCollectionTNode generic type exposes the following members.
Name | Description | |
---|---|---|
Capacity |
Gets or sets the maximum number of elements on this
collection, if specified. A value of zero indicates
this instance has no upper limit of elements.
| |
Count |
Gets the number of elements in this collection.
| |
Farthest |
Gets the farthest node in the collection (with greatest distance).
| |
IsReadOnly |
Gets a value indicating whether this instance is read only.
For this collection, always returns false.
| |
Item |
Gets the NodeDistanceTNode
at the specified index. Note: this method will iterate over the entire collection
until the given position is found.
| |
Maximum |
Gets the maximum distance between a node
in this collection and the query point.
| |
Minimum |
Gets the minimum distance between a node
in this collection and the query point.
| |
Nearest |
Gets the nearest node in the collection (with smallest distance).
|