PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_EdgeRingContainsPoint()

static int _lwt_EdgeRingContainsPoint ( LWT_EDGERING ring,
POINT2D p 
)
static

Definition at line 6465 of file lwgeom_topo.c.

6466 {
6467  int cn = 0;
6468 
6470  cn = _lwt_EdgeRingCrossingCount(p, it);
6471  lwfree(it);
6472  return (cn&1); /* 0 if even (out), and 1 if odd (in) */
6473 }
void lwfree(void *mem)
Definition: lwutil.c:242
static LWT_EDGERING_POINT_ITERATOR * _lwt_EdgeRingIterator_begin(LWT_EDGERING *er)
Definition: lwgeom_topo.c:6173
static int _lwt_EdgeRingCrossingCount(const POINT2D *p, LWT_EDGERING_POINT_ITERATOR *it)
Definition: lwgeom_topo.c:6413

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: