Waypoint
Module: terminaltexteffects.engine.motion
A Waypoint comprises a coordinate, speed, and, optionally, bezier control point(s).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
waypoint_id |
str
|
unique identifier for the waypoint |
required |
coord |
Coord
|
coordinate |
required |
bezier_control |
tuple[Coord, ...] | Coord | None
|
coordinate of the control point for a bezier curve. Defaults to None. |
None
|