lookAt method

void lookAt(
  1. Vector2 to
)

Implementation

void lookAt(Vector2 to) {
  shift = to - viewfinder;
}