boundingCircle(forSIMDPoints:pointCount:)
Calculates a bounding circle for the specified points.
Declaration
class func boundingCircle(forSIMDPoints points: UnsafePointer<simd_float2>, pointCount: Int) throws -> VNCircleParameters
- points:
A collection of points around which to calculate the bounding circle.
- pointCount:
The number of points in the
pointsargument.
Return Value
The bounding VNCircle object.