KDTree2d<T> Class
Name | Description | |
---|---|---|
![]() |
Clear() | Removes all objects from this kd tree. |
![]() |
GetRange(Extents2d) | This is a convenience overload for the GetRange(double,double,double,double,ref) method. |
![]() |
GetRange(double, double, double, double, ref List<T>) | Appends all objects that is inside a given rectangle to a list. |
![]() |
Insert(T) | Adds an object that implements the IPosition2d interface to the KDTree. |
IGS.Genamo.KDTree2d<T>