preRotate method

Matrix preRotate(
  1. double degrees
)

Pre-rotate this matrix.

Implementation

Matrix preRotate(double degrees) => Matrix.rotation(degrees).concat(this);