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

# boundingCircle(for:)

Creates the smallest circle that encloses the points you specify.

## Declaration

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

## Parameters

- `points`: The list of points.
