Click or drag to resize
DigitalRuneAabbTreeTGetOverlaps Method
Overload List
  NameDescription
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.
Top
See Also