The Octree<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Octree<(Of <(<'T>)>)> |
Initializes octree according to given spatial area.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds element to certain position in the octree.
Note that positions outside the octree area will be ignored!
| |
Empty |
Returns true if there are no elements in the octree.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Get(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.
| |
Get(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.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes object from the given position in the octree.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Root |
Root of octree structure.
|