![]() | ISpatialPartition<T> Methods |
The ISpatialPartition< T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollection<T>. (Inherited from ICollection<T>.) |
![]() | Clear | Removes all items from the ICollection<T>. (Inherited from ICollection<T>.) |
![]() | Clone |
Creates a new spatial partition that is a clone (deep copy) of the current instance.
|
![]() | Contains | Determines whether the ICollection< T> contains a specific value. (Inherited from ICollection<T>.) |
![]() | CopyTo | (Inherited from ICollection<T>.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.) |
![]() | 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(ISpatialPartition<T>) |
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, ISpatialPartition<T>, 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 ICollection<T>. (Inherited from ICollection<T>.) |
![]() | Update |
Updates the internal structure of this ISpatialPartition<T>.
|
Name | Description | |
---|---|---|
![]() | AddRange<T> |
Adds the specified items to the ICollection<T>.
(Defined by CollectionHelper.) |
![]() | Do<T>(Action<T>) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) |
![]() | Do<T>(Action<T, Int32>) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) |
![]() | ForEach<T>(Action<T>) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) |
![]() | ForEach<T>(Action<T, Int32>) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) |
![]() | IndexOf<T> |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |