Package: cairo
Function cairo:matrix-invert
Lambda Listcairo:matrix-invert (matrix) ArgumentsReturn ValueDetails      
    Changes the matrix to be the inverse of its original value.  
  Not all transformation matrices have inverses. If the matrix collapses points
  together, it is degenerate, then it has no inverse and this function will
  fail.    | See also | 
2025-09-01