PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ tree_pt()

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

Definition at line 248 of file cu_measures.c.

249 {
250  POINT2D pt;
251  pt.x = x; pt.y = y;
252  return rect_tree_contains_point(tree, &pt);
253 }
int rect_tree_contains_point(RECT_NODE *node, const POINT2D *pt)
Definition: lwtree.c:398
double y
Definition: liblwgeom.h:331
double x
Definition: liblwgeom.h:331

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: