BasePartitionTGetOverlaps Method |
Name | Description | |
---|---|---|
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.
|