Click or drag to resize
DigitalRuneISpatialPartitionTGetOverlaps Method
Gets the overlaps between items of this spatial partition and another object.
Overload List
  NameDescription
Public methodGetOverlaps
Gets overlaps of all items contained in this spatial partition.
Public methodGetOverlaps(T)
Gets the items that touch the given item.
Public methodGetOverlaps(Aabb)
Gets the items that touch the given axis-aligned bounding box (AABB).
Public methodGetOverlaps(ISpatialPartitionT)
Gets overlaps between all items of this spatial partition and the items of another spatial partition.
Public methodGetOverlaps(Ray)
Gets the items that touch the given ray.
Public methodGetOverlaps(Vector3F, Pose, ISpatialPartitionT, Vector3F, Pose)
Gets overlaps between all items of this spatial partition and the items of another spatial partition.
Top
See Also