PostGIS  3.4.0dev-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: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: