Package: cairo
Function cairo:matrix-translate
Lambda Listcairo:matrix-translate (matrix tx ty) ArgumentsReturn ValueThe cairo:matrix-t instance with the applied translation. Details Applies a translation by tx, ty to the transformation in
the matrix.
The effect of the new transformation is to first translate the coordinates by tx and ty, then apply the original transformation to the
coordinates. | See also |
2025-1-18