---
title: "translated(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/translatable3dprotocol/translated(by:)"
---

# translated(by:)

Returns the entity translated by the specified vector.

## Declaration

```swift
func translated(by vector: Self.Vector) -> Self
```

## Parameters

- `vector`: The vector that defines that translation.
