---
title: normalizedPoints
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vncontour/normalizedpoints-8n2s5
---

# normalizedPoints

The contour’s array of points in normalized coordinates.

## Declaration

```swift
@nonobjc var normalizedPoints: [simd_float2] { get }
```

## Discussion

Discussion This property value provides the address of the buffer that contain the array of CGPoint values.

## See Also

### Inspecting the Contour

- [aspectRatio](vision/vncontour/aspectratio.md)
- [indexPath](vision/vncontour/indexpath.md)
- [normalizedPath](vision/vncontour/normalizedpath.md)
- [pointCount](vision/vncontour/pointcount.md)
- [polygonApproximation(epsilon:)](vision/vncontour/polygonapproximation(epsilon:).md)
