---
title: "resolve(in:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/coordinatespacevalue3d/resolve(in:)"
---

# resolve(in:)

Resolves the associated value in the given coordinate space.

## Declaration

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

## Return Value

Return Value A concrete value converted to the provided space.
