Constructs a new smallest enclosing circle.

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

Syntax

C#
public SmallestEnclosingCircle(
	PointSet pointSet
)
Visual Basic (Declaration)
Public Sub New ( _
	pointSet As PointSet _
)
Visual C++
public:
SmallestEnclosingCircle(
	PointSet^ pointSet
)

Parameters

pointSet
Type: ceometric.VectorGeometry..::.PointSet
The points for which to compute the smallest enclosing circle.

See Also