Waypoint
Module: terminaltexteffects.engine.motion
A Waypoint comprises an identifier, a coordinate, and, optionally, bezier control point(s).
Attributes:
| Name | Type | Description |
|---|---|---|
waypoint_id |
str
|
Unique identifier for the waypoint. |
coord |
Coord
|
Coordinate of the waypoint. |
bezier_control |
tuple[Coord, ...] | None
|
Optional bezier control point(s). Defaults to None. |