rotate abstract method

void rotate(
  1. double radians
)

Add a rotation to the current transform. The argument is in radians clockwise.

Implementation

void rotate(double radians);