PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwcircstring_is_empty()

static int lwcircstring_is_empty ( const LWCIRCSTRING circ)
inlinestatic

Definition at line 161 of file lwinline.h.

162 {
163  return !circ->points || circ->points->npoints < 1;
164 }
POINTARRAY * points
Definition: liblwgeom.h:507
uint32_t npoints
Definition: liblwgeom.h:427

References POINTARRAY::npoints, and LWCIRCSTRING::points.

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: