subXpos method

void subXpos(
  1. double x
)

Implementation

void subXpos(double x) {
  before_xPos = xPos;
  xPos -= x;
}