Spatial subdivision structure for maintaining objects in 3D space with the possibility to dynamically add/remove them and to find objects at particular positions.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Octree<T>
Visual Basic
Public Class Octree(Of T)
JScript
JScript does not support generic types or methods.

Type Parameters

T
The type of elements maintained in the octree.

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..Octree<(Of <(<'T>)>)>

See Also