CurveTangentAtEnd 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; }
Public ReadOnly Property TangentAtEnd As Vector3d
Get
Return Value
Type:
Vector3dUnit tangent vector of the curve at the end point.
Remarks No error handling.
See Also