<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ARView/project(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:10RealityKit6ARViewC7projectySo7CGPointVSgs5SIMD3VySfGF"
  },
  "title" : "project(_:)"
}
-->

# project(_:)

Projects a point from the 3D world coordinate system of the scene to the
2D pixel coordinate system of the view.

```
@MainActor @preconcurrency func project(_ point: SIMD3<Float>) -> CGPoint?
```

## Parameters

`point`

The point in 3D world coordinates.

## Return Value

A point in the view’s coordinate space.

---

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)