PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ supporting_points_create()

static SUPPORTING_POINTS* supporting_points_create ( )
static

Definition at line 36 of file lwboundingcircle.c.

37 {
39  s->p1 = NULL;
40  s->p2 = NULL;
41  s->p3 = NULL;
42 
43  return s;
44 }
char * s
Definition: cu_in_wkt.c:23
void * lwalloc(size_t size)
Definition: lwutil.c:229

References lwalloc(), and s.

Referenced by lwgeom_calculate_mbc().

Here is the call graph for this function:
Here is the caller graph for this function: