The SpatialGrid3D<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpatialGrid3D<(Of <(<'T>)>)> |
Creates a new 3D spatial grid by splitting the provided area into uniform cells of the given size.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a new value into the grid.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Query |
Queries values from the grid that are within the provided distance from the query location.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Bounds |
Bounding box of the grid - this area will be divided into the cells.
| |
CellSize |
The size of the grid cells.
|