Returns the heading of the robot in degrees.
A double containing the heading of the robot in degrees.
double
positioner.setPos(PVector(0, 0), 90); cout << positioner.heading() << endl; //prints 90