<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/GeometryProxyCoordinateSpace3D",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI30GeometryProxyCoordinateSpace3DV"
  },
  "title" : "GeometryProxyCoordinateSpace3D"
}
-->

# GeometryProxyCoordinateSpace3D

A representation of a `GeometryProxy3D` which can be used for
`CoordinateSpace3D` based conversions.

```
struct GeometryProxyCoordinateSpace3D
```

## Topics

### Instance Methods

[`func anchored(in: UnitPoint3D) -> some CoordinateSpace3D`](/documentation/SwiftUI/GeometryProxyCoordinateSpace3D/anchored(in:))

Returns a modified `CoordinateSpace3D` offset to match the provided
`anchorPoint` in the original coordinate space.

## Relationships

### Conforms To

[`CoordinateSpace3D`](/documentation/Spatial/CoordinateSpace3D)

---

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)