cairoMatrixRotate: cairoMatrixRotate
Description
Applies rotation by radians
to the transformation in
matrix
. The effect of the new transformation is to first rotate the
coordinates by radians
, then apply the original transformation
to the coordinates.Usage
cairoMatrixRotate(matrix, radians)