Transforms the ray.

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

Syntax

C#
public static XRay Transform(
	XRay ray,
	Matrix transform
)

Parameters

ray
Type: SGP.XSpace..::.XRay
Source ray.
transform
Type: Matrix
Ray transform matrix.

Return Value

Returns new transformed ray.

See Also