Click or drag to resize
DigitalRuneBasePartition<T>.GetOverlaps 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 virtual IEnumerable<T> GetOverlaps(
	Ray ray
)

Parameters

ray
Type: DigitalRune.Geometry.Shapes.Ray
The ray.

Return Value

Type: IEnumerable<T>
All items that are hit by the ray.

Implements

ISpatialPartition<T>.GetOverlaps(Ray)
Remarks
Filtering (see Filter) is not applied.
See Also