SpatialTreeBase

Description

abstract class Tinman.Terrain.Util.SpatialTreeBase<TBounds val>

Extended by

SpatialTree abstract

A generic tree data structure for storing spatial entities.

Protected / Methods

Tree​Node​Child


protected abstract method TreeNodeChild → (2)

node in : SpatialTreeNode<TBounds>

The tree node.

child in : int32

The child index.

returns → SpatialTreeNode<TBounds>

The child node.

Returns the child of the given tree node.