lookRight method

void lookRight(
  1. double amount
)

Implementation

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