Package: cairo
Function cairo:matrix
Lambda Listcairo:matrix (cr matrix) Syntax(cairo:matrix cr matrix) => matrix (setf (cairo:matrix cr) matrix) Argumentscr -- a cairo:context-t instance matrix -- a cairo:matrix-t transformation matrix from user space to device space Details The cairo:matrix function gets the current transformation matrix
(CTM). The (setf cairo:matrix) function modifies the current transformation matrix (CTM) by setting it equal to matrix. Notes | See also |
2025-1-29