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

# translated(by:)

Returns the entity that results from translating with the specified vector.

## Declaration

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

## Parameters

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

## See Also

### Instance methods

- [translate(by:)](spatial/translatable3d/translate(by:)-6dj5o.md)
