PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ supporting_points_create()

static SUPPORTING_POINTS* supporting_points_create ( )
static

Definition at line 36 of file lwboundingcircle.c.

References lwalloc(), SUPPORTING_POINTS::p1, SUPPORTING_POINTS::p2, SUPPORTING_POINTS::p3, and s.

Referenced by lwgeom_calculate_mbc().

37 {
39  s->p1 = NULL;
40  s->p2 = NULL;
41  s->p3 = NULL;
42 
43  return s;
44 }
const POINT2D * p1
const POINT2D * p3
char * s
Definition: cu_in_wkt.c:23
void * lwalloc(size_t size)
Definition: lwutil.c:229
const POINT2D * p2
Here is the call graph for this function:
Here is the caller graph for this function: