M_Rhino_Geometry_Polyline_TangentAt - mcneel/rhinocommon-api-docs GitHub Wiki

Polyline.TangentAt Method

Gets the unit tangent vector along the polyline at the given parameter. The integer part of the parameter indicates the index of the segment.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d TangentAt(
	double t
)

VB

Public Function TangentAt ( 
	t As Double
) As Vector3d

Parameters

 

t
Type: System.Double
Polyline parameter.

Return Value

Type: Vector3d
The tangent along the polyline at t.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Polyline Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️