MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / util_transform_point

Function util_transform_point

src/__init__.py:24103–24109  ·  view source on GitHub ↗
( point, matrix)

Source from the content-addressed store, hash-verified

24101
24102
24103def util_transform_point( point, matrix):
24104 return JM_py_from_point(
24105 mupdf.fz_transform_point(
24106 JM_point_from_py(point),
24107 JM_matrix_from_py(matrix),
24108 )
24109 )
24110
24111
24112def util_union_rect( r1, r2):

Callers 1

transformMethod · 0.85

Calls 3

JM_py_from_pointFunction · 0.85
JM_point_from_pyFunction · 0.85
JM_matrix_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…