resetPosition method

void resetPosition()

Implementation

void resetPosition(){
  position.copyInto(_tempPosition);
}