Computes the smallest enclosing circle of a set of points in the plane.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
C# |
---|
public Circle ComputeCircle() |
Visual Basic (Declaration) |
---|
Public Function ComputeCircle As Circle |
Visual C++ |
---|
public: Circle^ ComputeCircle() |
Return Value
Returns the smallest enclosing circle of a set of points in the plane. The z-coordinate is ignored.
Remarks
Expected running time is O(n) with linear storage.