Curve.TangentAt Method

CurveTangentAt Method

Evaluates the unit tangent vector at a curve parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Vector3d TangentAt(
	double t
)
Public Function TangentAt ( 
	t As Double
) As Vector3d

Parameters

t
Type: SystemDouble
Evaluation parameter.

Return Value

Type: Vector3d
Unit tangent vector of the curve at the parameter t.
Remarks
No error handling.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also