Calculates tangent vector at the path point in relative distance from start, given in the parameter t.

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

Syntax

C#
Vector3 GetTangent(
	double t
)

Parameters

t
Type: System..::.Double
Relative distance from start point do the end point. The value lies in the interval of 0 to 1.

Return Value

Returns calculated tangent vector at the path point.

See Also