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

Function util_point_in_quad

src/__init__.py:24097–24100  ·  view source on GitHub ↗
( P, Q)

Source from the content-addressed store, hash-verified

24095
24096
24097def util_point_in_quad( P, Q):
24098 p = JM_point_from_py(P)
24099 q = JM_quad_from_py(Q)
24100 return mupdf.fz_is_point_inside_quad(p, q)
24101
24102
24103def util_transform_point( point, matrix):

Callers 1

__contains__Method · 0.85

Calls 2

JM_point_from_pyFunction · 0.85
JM_quad_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…