Hyperbola.point_at

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

Point at the parameter.

Parameters:
tfloat

The curve parameter.

worldbool, optional

If True, the point is transformed to the world coordinate system.

Returns:
compas_future.geometry.Point

Notes

The location of the point is expressed with respect to the world coordinate system.