PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ tree_pt()

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

Definition at line 344 of file cu_measures.c.

345{
346 POINT2D pt;
347 pt.x = x; pt.y = y;
348 return rect_tree_contains_point(tree, &pt);
349}
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, and POINT2D::y.

Referenced by test_rect_tree_contains_point().

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