Hyperbola.tangent_at

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

Tangent vector at the parameter.

Parameters:
tfloat

The curve parameter.

worldbool, optional

If True, the tangent vector is transformed to the world coordinate system.

Returns:
compas_future.geometry.Vector

Notes

The orientation of the vector is expressed with respect to the world coordinate system.