|
Thunderbots Project
|


Public Member Functions | |
| virtual std::vector< Rectangle > | getBoundingBoxes () const =0 |
Public Member Functions inherited from Trajectory< Point, Vector, Vector > | |
| virtual Point | getPosition (double t_sec) const=0 |
| virtual Vector | getVelocity (double t_sec) const=0 |
| virtual Vector | getAcceleration (double t_sec) const=0 |
| virtual double | getTotalTime () const=0 |
| Point | getDestination () const |
|
pure virtual |
Get a list of bounding boxes that this trajectory passes through
Implemented in BangBangTrajectory2D, and TrajectoryPath.