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

Function util_is_point_in_rect

src/__init__.py:24082–24086  ·  view source on GitHub ↗
( p, r)

Source from the content-addressed store, hash-verified

24080
24081
24082def util_is_point_in_rect( p, r):
24083 return mupdf.fz_is_point_inside_rect(
24084 JM_point_from_py(p),
24085 JM_rect_from_py(r),
24086 )
24087
24088def util_include_point_in_rect( r, p):
24089 return JM_py_from_rect(

Callers 1

__contains__Method · 0.85

Calls 2

JM_point_from_pyFunction · 0.85
JM_rect_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…