boundingCircle(for:)
Creates the smallest circle that encloses the points you specify.
Declaration
static func boundingCircle(for points: [NormalizedPoint]) -> NormalizedCircleParameters
- points:
The list of points.
Creates the smallest circle that encloses the points you specify.
static func boundingCircle(for points: [NormalizedPoint]) -> NormalizedCircleThe list of points.