menu
dart_mupdf_donut package
documentation
dart_mupdf.dart
Matrix
preRotate method
preRotate method
dark_mode
light_mode
preRotate
method
Matrix
preRotate
(
double
degrees
)
Pre-rotate this matrix.
Implementation
Matrix preRotate(double degrees) => Matrix.rotation(degrees).concat(this);
dart_mupdf_donut package
documentation
dart_mupdf
Matrix
preRotate method
Matrix class