PyMuPDF 1.24.2 DocumentationTranslation effect in Y direction. See attribute f. concat(m1, m2) Calculate the matrix product m1 * m2 and store the result in the current matrix. Any of m1 or m2 may be the current matrix. Be aware that matrix matrix multiplication is not commutative. So the sequence of m1, m2 is important. Parameters • m1 (Matrix) – First (left) matrix. • m2 (Matrix) – Second (right) matrix. 278 Chapter 22. Classes PyMuPDF (among objects of the same class!) is possible: if r1, r2 are rectangles and m1, m2 are matrices, you can do this (r1 + r2) * m1 * m2. • For all objects of the same class, a + b + c == (a + b) + c == a +0 码力 | 565 页 | 6.84 MB | 1 年前3
 PyMuPDF 1.12.2 documentationTranslation effect in Y direction. See attribute f. concat(m1, m2) Calculate the matrix product m1 * m2 and store the result in the current matrix. Any of m1 or m2 may be the current matrix. Be aware that matrix matrix multiplication is not commutative. So the sequence of m1, m2 is important. Parameters: m1 (Matrix) – First (left) matrix. m2 (Matrix) – Second (right) matrix. invert(m) Calculate the matrix inverse0 码力 | 387 页 | 2.70 MB | 1 年前3
共 2 条
- 1
 













