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