PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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:242
POINT2D * center
Definition: liblwgeom.h:1756

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: