BoundingCircle Class

Implements Welzl’s algorithm for smallest enclosing circle with convex hull and randomization.
Public Class BoundingCircle
This language is not supported or no code example is available.
public class BoundingCircle
This language is not supported or no code example is available.
public ref class BoundingCircle 
This language is not supported or no code example is available.
public class BoundingCircle
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static Calculate(Poly2d) Calculates the minimum bounding circle of a polygon. Polygon is vectorized with 0.001 accuracy.
Public method Static Calculate(List<Point2d>) Calculates the minimum bounding circle of a set of points.
Top
IGS.Genamo.BoundingCircle

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition