PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _lwt_EdgeRingContainsPoint()

static int _lwt_EdgeRingContainsPoint ( LWT_EDGERING ring,
POINT2D p 
)
static

Definition at line 6586 of file lwgeom_topo.c.

6587 {
6588  int cn = 0;
6589 
6591  cn = _lwt_EdgeRingCrossingCount(p, it);
6592  lwfree(it);
6593  return (cn&1); /* 0 if even (out), and 1 if odd (in) */
6594 }
void lwfree(void *mem)
Definition: lwutil.c:242
static LWT_EDGERING_POINT_ITERATOR * _lwt_EdgeRingIterator_begin(LWT_EDGERING *er)
Definition: lwgeom_topo.c:6294
static int _lwt_EdgeRingCrossingCount(const POINT2D *p, LWT_EDGERING_POINT_ITERATOR *it)
Definition: lwgeom_topo.c:6534

References _lwt_EdgeRingCrossingCount(), _lwt_EdgeRingIterator_begin(), and lwfree().

Referenced by _lwt_FindFaceContainingRing().

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