Click or drag to resize
DigitalRuneAabbTreeT Methods

The AabbTreeT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from BasePartitionT.)
Public methodClear (Inherited from BasePartitionT.)
Public methodClone (Inherited from BasePartitionT.)
Protected methodCloneCore (Overrides BasePartitionTCloneCore(BasePartitionT).)
Public methodContains (Inherited from BasePartitionT.)
Public methodCopyTo (Inherited from BasePartitionT.)
Protected methodCreateInstanceCore (Overrides BasePartitionTCreateInstanceCore.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClosestPointCandidates(Aabb, Single, FuncT, Single)
Gets all items that are candidates for the smallest closest-point distance to a given axis-aligned bounding box (AABB).
Public methodGetClosestPointCandidates(Vector3F, Pose, ISpatialPartitionT, Vector3F, Pose, FuncT, T, Single)
Gets all items that are candidates for the smallest closest-point distance to items in a given partition.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from BasePartitionT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOverlaps
Gets overlaps of all items contained in this spatial partition.
(Inherited from BasePartitionT.)
Public methodGetOverlaps(Aabb)
Gets the items that touch the given axis-aligned bounding box (AABB).
(Overrides BasePartitionTGetOverlaps(Aabb).)
Public methodGetOverlaps(Aabb)
Gets the items that touch the given axis-aligned bounding box (AABB).
(Inherited from BasePartitionT.)
Public methodGetOverlaps(ISpatialPartitionT)
Gets overlaps between all items of this spatial partition and the items of another spatial partition.
(Overrides BasePartitionTGetOverlaps(ISpatialPartitionT).)
Public methodGetOverlaps(Ray)
Gets the items that touch the given ray.
(Overrides BasePartitionTGetOverlaps(Ray).)
Public methodGetOverlaps(Vector3F, Pose, ISpatialPartitionT, Vector3F, Pose)
Gets overlaps between all items of this spatial partition and the items of another spatial partition.
(Overrides BasePartitionTGetOverlaps(Vector3F, Pose, ISpatialPartitionT, Vector3F, Pose).)
Public methodGetOverlaps(Vector3F, Pose, AabbTreeT, Vector3F, Pose, ListPairT)
Gets overlaps between all items of this spatial partition and the items of another spatial partition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate
Invalidates the cached spatial information of all items in the spatial partition.
(Inherited from BasePartitionT.)
Public methodInvalidate(T)
Invalidates the cached spatial information of the specified item.
(Inherited from BasePartitionT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from BasePartitionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate (Inherited from BasePartitionT.)
Top
Explicit Interface Implementations
See Also