rotate method

Transformation rotate(
  1. Rotate rotate
)

Implementation

Transformation rotate(Rotate rotate) {
  return add(rotate);
}