Returns the x position of the robot in inches.
A double containing the x position of the robot in inches.
double
positioner.setPos(PVector(0, 0), 0); cout << positioner.xPosition() << endl; // Prints 0