Provides methods to compute the smallest enclosing circle of
a planar set of n points in O(n) time using linear storage.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public class SmallestEnclosingCircle |
| Visual Basic (Declaration) |
|---|
Public Class SmallestEnclosingCircle |
| Visual C++ |
|---|
public ref class SmallestEnclosingCircle |