<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Translatable3D",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:7Spatial14Translatable3DP"
  },
  "title" : "Translatable3D"
}
-->

# Translatable3D

A set of methods that defines the interface to translate Spatial entities.

```
protocol Translatable3D
```

## Topics

### Instance methods

[`func translate(by: Vector3D)`](/documentation/Spatial/Translatable3D/translate(by:)-6dj5o)

Translates the entity by the specified vector.

[`func translated(by: Vector3D) -> Self`](/documentation/Spatial/Translatable3D/translated(by:)-5h847)

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

### Deprecated methods

[`func translate(by: Size3D)`](/documentation/Spatial/Translatable3D/translate(by:)-86nwy)

Translates the entity by the specified size.

[`func translated(by: Size3D) -> Self`](/documentation/Spatial/Translatable3D/translated(by:)-9ndur)

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

## Relationships

### Conforming Types

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

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

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

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

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

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

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

---

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)