reset method

void reset()

Implementation

void reset() {
  _zoom = 1;
  _position.set(0, 0);
}