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,
	ref Vector3 point
)

Parameters

ray
Type: SGP.XSpace..::.XRay
The XRay ray being tested.
point
Type: Vector3 %
Returns the point of intersection.

Return Value

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

See Also