Contents

boundingCircle(forSIMDPoints:pointCount:)

Calculates a bounding circle for the specified points.

Declaration

class func boundingCircle(forSIMDPoints points: UnsafePointer<simd_float2>, pointCount: Int) throws -> VNCircle

Parameters

  • points:

    A collection of points around which to calculate the bounding circle.

  • pointCount:

    The number of points in the points argument.

Return Value

The bounding VNCircle object.

See Also

Calculating Bounding Circles