Returns the position of the robot.
A PVector containing the position of the robot.
PVector
positioner.setPos(PVector(0, 0), 0); cout << positioner.position() << endl; // Prints [0, 0, 0]