Sets the tangent vector Vector3 in the end point of the line.

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

Syntax

C#
public void SetEndTangent(
	Vector3 value
)

Parameters

value
Type: Vector3
The tangent vector Vector3 in the end point of the line.

Implements

IXPath..::.SetEndTangent(Vector3)

See Also