lookLeft method

void lookLeft(
  1. double amount
)

Implementation

void lookLeft(double amount) {
  transform.rotate(getUp(), -amount);
}