PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwcircstring_is_empty()

static int lwcircstring_is_empty ( const LWCIRCSTRING circ)
inlinestatic

Definition at line 165 of file lwinline.h.

166 {
167  return !circ->points || circ->points->npoints < 1;
168 }
POINTARRAY * points
Definition: liblwgeom.h:521
uint32_t npoints
Definition: liblwgeom.h:441

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

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: