Provides methods to compute the smallest enclosing circle of a planar set of n points in O(n) time using linear storage.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public class SmallestEnclosingCircle
Visual Basic (Declaration)
Public Class SmallestEnclosingCircle
Visual C++
public ref class SmallestEnclosingCircle

Inheritance Hierarchy

System..::.Object
  ceometric.ComputationalGeometry..::.SmallestEnclosingCircle

See Also