---
title: "boundingCircle(for:)"
framework: vision
role: symbol
role_heading: Type Method
path: "vision/vngeometryutils/boundingcircle(for:)-9dggv"
---

# boundingCircle(for:)

Calculates a bounding circle for the specified array of points.

## Declaration

```swift
class func boundingCircle(for points: [VNPoint]) throws -> VNCircle
```

## Parameters

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

## Return Value

Return Value The bounding VNCircle object.

## See Also

### Calculating Bounding Circles

- [boundingCircle(for:)](vision/vngeometryutils/boundingcircle(for:)-423ll.md)
- [boundingCircle(forSIMDPoints:pointCount:)](vision/vngeometryutils/boundingcircle(forsimdpoints:pointcount:).md)
