Click or drag to resize
DigitalRuneAdaptiveAabbTreeTGetOverlaps Method (Ray)
Gets the items that touch the given ray.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public override IEnumerable<T> GetOverlaps(
	Ray ray
)

Parameters

ray
Type: DigitalRune.Geometry.ShapesRay
The ray.

Return Value

Type: IEnumerableT
All items that are hit by the ray.

Implements

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