RotateCommand constructor

RotateCommand(
  1. int angle,
  2. RotationalDirection direction
)

Implementation

RotateCommand(this.angle, this.direction);