Calculates the coordinates in the distance distance from the ray origin in its direction.

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

Syntax

C#
public Vector3 GetPoint(
	float distance
)

Parameters

distance
Type: System..::.Single
Distance from the ray origin.

Return Value

Returns the calculated coordinates.

See Also