Package: cairo
Function cairo:matrix-rotate
Lambda Listcairo:matrix-rotate (matrix angle) ArgumentsReturn ValueThe cairo:matrix-t instance with the applied rotation. Details Applies rotation by angle to the transformation in the matrix.
The effect of the new transformation is to first rotate the coordinates by angle, then apply the original transformation to the coordinates. The direction of rotation is defined such that positive angles rotate in the direction from the positive X axis toward the positive Y axis. With the default axis orientation of Cairo, positive angles rotate in a clockwise direction. | See also |
2025-1-18