PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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:227

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: