Creates a world ray that starts on the user screen at given coordinates and continues in the direction from the observer.

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

Syntax

C#
public XRay GetWorldRay(
	Point p
)

Parameters

p
Type: System.Drawing..::.Point
Coordinates in the view.

Return Value

Returns the newly created ray.

See Also