<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNContour/normalizedPoints-8n2s5",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:So9VNContourC6VisionE16normalizedPointsSays5SIMD2VySfGGvp"
  },
  "title" : "normalizedPoints"
}
-->

# normalizedPoints

The contour’s array of points in normalized coordinates.

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

## Discussion

This property value provides the address of the buffer that contain the array of <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> values.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)