RhinoNurbsCurve.tangent_at

RhinoNurbsCurve.tangent_at(t)[source]

Compute the tangent vector at a point on the curve.

Parameters:
tfloat

The value of the curve parameter. Must be between 0 and 1.

Returns:
compas.geometry.Vector

The corresponding tangent vector.