lookUp method

void lookUp(
  1. double amount
)

Implementation

void lookUp(double amount) {
  transform.rotate(getRight(), -amount);
}