<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/CoordinateSpaceValue3D/resolve(in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:7Spatial22CoordinateSpaceValue3DP7resolve2in5ValueQzqd___tKAA0B7Space3DRd__lF"
  },
  "title" : "resolve(in:)"
}
-->

# resolve(in:)

Resolves the associated value in the given coordinate space.

```
func resolve<Space>(in otherSpace: Space) throws -> Self.Value where Space : CoordinateSpace3D
```

## Return Value

A concrete value converted to the provided 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)