#include <stage.hh>
Public Member Functions | |
void | Draw () const |
Waypoint (const Pose &pose, Color color) | |
Waypoint () | |
Waypoint (meters_t x, meters_t y, meters_t z, radians_t a, Color color) | |
Public Attributes | |
Color | color |
Pose | pose |
Specify a point in space. Arrays of Waypoints can be attached to Models and visualized.
ModelPosition::Waypoint::Waypoint | ( | ) |
void ModelPosition::Waypoint::Draw | ( | void | ) | const |