PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ tree_pt()

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

Definition at line 323 of file cu_measures.c.

324 {
325  POINT2D pt;
326  pt.x = x; pt.y = y;
327  return rect_tree_contains_point(tree, &pt);
328 }
int rect_tree_contains_point(RECT_NODE *node, const POINT2D *pt)
Definition: lwtree.c:398
double y
Definition: liblwgeom.h:376
double x
Definition: liblwgeom.h:376

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: