Click or drag to resize
DigitalRuneGeometryHelperHaveContact Method (Aabb, Ray)
Determines whether the given axis-aligned bounding box (AABB) and ray overlap.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool HaveContact(
	Aabb aabb,
	Ray ray
)

Parameters

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

Return Value

Type: Boolean
if the AABB and the ray have a contact; otherwise, .
See Also