PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ tree_pt()

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

Definition at line 331 of file cu_measures.c.

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

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: