<!--
{
  "availability" : [
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/FieldOfViewAnchor/rightPolygonPoints",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit17FieldOfViewAnchorV18rightPolygonPointsSays5SIMD4VySfGGvp"
  },
  "title" : "rightPolygonPoints"
}
-->

# rightPolygonPoints

Right eye polygon boundary points defining the preset field of view.

```
var rightPolygonPoints: [simd_float4] { get }
```

## Discussion

Each point represents a vertex of the polygon boundary, ordered to form a continuous
polygon. Points are expressed in the anchor’s coordinate frame.

---

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)