Package: cairo
Function cairo:matrix-init-scale
Lambda Listcairo:matrix-init-scale (matrix sx sy) ArgumentsReturn ValueThe initialized cairo:matrix-t instance. Details Initializes the matrix to a transformation that scales by sx and sy in the x and y dimensions, respectively. Examples(cairo:with-matrix (matrix :scale 1/2 2) (cairo:matrix-to-float matrix)) => (0.5d0 0.0d0 0.0d0 2.0d0 0.0d0 0.0d0) | See also |
2025-1-18