CADability dotNET

Generic class to privide fast access to IOctTreeInsertable implementing objects.

The OctTree<(Of <(<'T>)>)>..::..Node<(Of <(<'TT>)>)> generic type exposes the following members.

Methods

  NameDescription
Public methodCompare

Fields

  NameDescription
Public fieldcenter
Center of the cube definig this node.
Public fieldcube
Cube defining this node
Public fielddeepth
Deepth of this node in the tree
Public fieldlist
List of IOctTreeInsertable objects in this octtree
Public fieldmmm
the subtrees, may be null
Public fieldmmp
the subtrees, may be null
Public fieldmpm
the subtrees, may be null
Public fieldmpp
the subtrees, may be null
Public fieldparent
Back reference to the parent node.
Public fieldpmm
the subtrees, may be null
Public fieldpmp
the subtrees, may be null
Public fieldppm
the subtrees, may be null
Public fieldppp
the subtrees, may be null
Public fieldroot
Back reference to the root.
Public fieldsize
"Radius" (half width) of the cube defining this node

Explicit Interface Implementations

See Also