Click or drag to resize
DigitalRuneCompressedAabbTreeGetOverlaps Method (Int32)
Gets the items that touch the given item.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public IEnumerable<int> GetOverlaps(
	int item
)

Parameters

item
Type: SystemInt32
The item. (The given item must be part of the spatial partition. External items are not supported.)

Return Value

Type: IEnumerableInt32
All items that touch the given item.

Implements

ISpatialPartitionTGetOverlaps(T)
Remarks
Filtering (see Filter) is applied to filter overlaps.
See Also