MinimumSpanningCircle()

Summary

Computes the smallest circle that encloses a group of points.

Syntax

MinimumSpanningCircle(array point_coords)

Argument Contents
point_coords An array of coords for a group of points

Returns

A circle, the smallest that encloses a group of points.

Notes

  • Use MinimumSpanningCircle() for any group of points, and use GetMinimumSpanningCircle() for the points in the boundary of an area.

See Also

Function Summary
ConvexHull() Computes the convex hull that encloses an area
GetMinimumSpanningCircle() Computes the smallest circle that encloses an area