Click or drag to resize
DigitalRuneBasePartitionTGetOverlaps Method (Aabb)
Gets the items that touch the given axis-aligned bounding box (AABB).

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public abstract IEnumerable<T> GetOverlaps(
	Aabb aabb
)

Parameters

aabb
Type: DigitalRune.Geometry.ShapesAabb
The axis-aligned bounding box (AABB).

Return Value

Type: IEnumerableT
All items that touch the given AABB.

Implements

ISpatialPartitionTGetOverlaps(Aabb)
Remarks
Filtering (see Filter) is not applied.
See Also