The Octree<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodOctree<(Of <(<'T>)>)>
Initializes octree according to given spatial area.

Methods

  NameDescription
Public methodAdd
Adds element to certain position in the octree. Note that positions outside the octree area will be ignored!
Public methodEmpty
Returns true if there are no elements in the octree.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(Point3D)
Looks for an object at the exact position in the octree. If there are more objects at the same position, the first one is returned.
Public methodGet(Point3D, Double)
Looks for an object at the exact position in the octree. If there are more objects at the same position, the first one is returned.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes object from the given position in the octree.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyRoot
Root of octree structure.

See Also