Tests whether the ray ray intersects this box.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool Intersect(
	XRay ray
)

Parameters

ray
Type: SGP.XSpace..::.XRay
The XRay ray being tested.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the ray intersects this box.

See Also