<!--
{
  "availability" : [
    "iPadOS: 14.0.0 -",
    "ios: 14.0.0 -",
    "maccatalyst: 14.0.0 -",
    "macos: 11.0.0 -",
    "tvos: 14.0.0 -",
    "xros: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNContour/normalizedPoints-2orqj",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNContour(py)normalizedPoints"
  },
  "title" : "normalizedPoints"
}
-->

# normalizedPoints

The contour’s array of points in normalized coordinates.

```
@property (readonly) const simd_float2 * normalizedPoints;
```

## Discussion

This property value provides the address of the buffer that contains 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)