Hyperbola.normal_at

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

Normal at a specific normalized parameter.

Parameters:
tfloat

The curve parameter.

worldbool, optional

If True, the normal 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.