PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ _lwt_EdgeRingContainsPoint()

static int _lwt_EdgeRingContainsPoint ( LWT_EDGERING ring,
POINT2D p 
)
static

Definition at line 6659 of file lwgeom_topo.c.

6660 {
6661  int cn = 0;
6662 
6664  cn = _lwt_EdgeRingCrossingCount(p, it);
6665  lwfree(it);
6666  return (cn&1); /* 0 if even (out), and 1 if odd (in) */
6667 }
void lwfree(void *mem)
Definition: lwutil.c:242
static LWT_EDGERING_POINT_ITERATOR * _lwt_EdgeRingIterator_begin(LWT_EDGERING *er)
Definition: lwgeom_topo.c:6367
static int _lwt_EdgeRingCrossingCount(const POINT2D *p, LWT_EDGERING_POINT_ITERATOR *it)
Definition: lwgeom_topo.c:6607

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: