Parabola.tangent_at

Parabola.tangent_at(t, world=True)[source]

Tangent vector at the parameter.

Parameters:
tfloat

The curve parameter.

worldbool, optional

If True, the tangent vector is returned in world coordinates.

Returns:
compas_future.geometry.Vector