![]() | ISpatialPartitionT Methods |
The ISpatialPartitionT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollectionT. (Inherited from ICollectionT.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionT.) |
![]() | Clone |
Creates a new spatial partition that is a clone (deep copy) of the current instance.
|
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionT.) |
![]() | CopyTo | (Inherited from ICollectionT.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) |
![]() | GetOverlaps |
Gets overlaps of all items contained in this spatial partition.
|
![]() | GetOverlaps(T) |
Gets the items that touch the given item.
|
![]() | GetOverlaps(Aabb) |
Gets the items that touch the given axis-aligned bounding box (AABB).
|
![]() | GetOverlaps(ISpatialPartitionT) |
Gets overlaps between all items of this spatial partition and the items of another spatial
partition.
|
![]() | GetOverlaps(Ray) |
Gets the items that touch the given ray.
|
![]() | GetOverlaps(Vector3F, Pose, ISpatialPartitionT, Vector3F, Pose) |
Gets overlaps between all items of this spatial partition and the items of another spatial
partition.
|
![]() | Invalidate |
Invalidates the cached spatial information of all items in the spatial partition.
|
![]() | Invalidate(T) |
Invalidates the cached spatial information of the specified item.
|
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionT.) |
![]() | Update |
Updates the internal structure of this ISpatialPartitionT.
|
Name | Description | |
---|---|---|
![]() | AddRangeT |
Adds the specified items to the ICollectionT.
(Defined by CollectionHelper.) |
![]() | DoT(ActionT) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) |
![]() | DoT(ActionT, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) |
![]() | ForEachT(ActionT) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) |
![]() | ForEachT(ActionT, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) |
![]() | IndexOfT |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |