Contents

boundingCircle(for:)

Creates the smallest circle that encloses the points you specify.

Declaration

static func boundingCircle(for points: [NormalizedPoint]) -> NormalizedCircle

Parameters

  • points:

    The list of points.