Calculates the intersection of the XPlane plane with the XRay ray.

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 the plane.

See Also