PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ tree_pt()

static int tree_pt ( RECT_NODE tree,
double  x,
double  y 
)
static

Definition at line 330 of file cu_measures.c.

331 {
332  POINT2D pt;
333  pt.x = x; pt.y = y;
334  return rect_tree_contains_point(tree, &pt);
335 }
int rect_tree_contains_point(RECT_NODE *node, const POINT2D *pt)
Definition: lwtree.c:398
double y
Definition: liblwgeom.h:404
double x
Definition: liblwgeom.h:404

References rect_tree_contains_point(), POINT2D::x, pixval::x, POINT2D::y, and pixval::y.

Referenced by test_rect_tree_contains_point().

Here is the call graph for this function:
Here is the caller graph for this function: