PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwcircstring_is_empty()

static int lwcircstring_is_empty ( const LWCIRCSTRING circ)
inlinestatic

Definition at line 155 of file lwinline.h.

156 {
157  return !circ->points || circ->points->npoints < 1;
158 }
POINTARRAY * points
Definition: liblwgeom.h:493
uint32_t npoints
Definition: liblwgeom.h:413

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

Referenced by lwgeom_is_empty().

Here is the caller graph for this function: