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

◆ itree_segment_side()

static double itree_segment_side ( const POINT2D seg1,
const POINT2D seg2,
const POINT2D point 
)
inlinestatic

Definition at line 336 of file intervaltree.c.

337{
338 return ((seg2->x - seg1->x) * (point->y - seg1->y) -
339 (point->x - seg1->x) * (seg2->y - seg1->y));
340}
double y
Definition liblwgeom.h:390
double x
Definition liblwgeom.h:390

References POINT2D::x, and POINT2D::y.

Referenced by itree_point_in_ring_recursive().

Here is the caller graph for this function: