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

◆ lwboundingcircle_destroy()

void lwboundingcircle_destroy ( LWBOUNDINGCIRCLE c)

Definition at line 230 of file lwboundingcircle.c.

231{
232 lwfree(c->center);
233 lwfree(c);
234}
void lwfree(void *mem)
Definition lwutil.c:248
POINT2D * center
Definition liblwgeom.h:1846

References LWBOUNDINGCIRCLE::center, and lwfree().

Referenced by mbc_test(), ST_MinimumBoundingCircle(), and ST_MinimumBoundingRadius().

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