Skip to content

Curve.TangentAtEnd

Public Property

Evaluate unit tangent vector at the end of the curve.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public Vector3d TangentAtEnd { get; }

Return Value

Type: Vector3d
Unit tangent vector of the curve at the end point.

Remarks

No error handling.