reset method

void reset()

Implementation

void reset() {
  position.set(0, 0);
  zoom = 1;
}