AabbTreeTGetOverlaps Method |
Name | Description | |
---|---|---|
GetOverlaps |
Gets overlaps of all items contained in this spatial partition.
(Inherited from BasePartitionT.) | |
GetOverlaps(Aabb) |
Gets the items that touch the given axis-aligned bounding box (AABB).
(Overrides BasePartitionTGetOverlaps(Aabb).) | |
GetOverlaps(Aabb) |
Gets the items that touch the given axis-aligned bounding box (AABB).
(Inherited from BasePartitionT.) | |
GetOverlaps(ISpatialPartitionT) |
Gets overlaps between all items of this spatial partition and the items of another spatial
partition.
(Overrides BasePartitionTGetOverlaps(ISpatialPartitionT).) | |
GetOverlaps(Ray) |
Gets the items that touch the given ray.
(Overrides BasePartitionTGetOverlaps(Ray).) | |
GetOverlaps(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).) | |
GetOverlaps(Vector3F, Pose, AabbTreeT, Vector3F, Pose, ListPairT) |
Gets overlaps between all items of this spatial partition and the items of another spatial
partition.
|