---
title: translation
framework: spatial
role: symbol
role_heading: Instance Property
path: spatial/projectivetransform3d/translation
---

# translation

The translation component of the projective transform.

## Declaration

```swift
var translation: Vector3D { get set }
```

## See Also

### Inspecting a 3D projective transform’s properties

- [inverse](spatial/projectivetransform3d/inverse.md)
- [scaleComponent](spatial/projectivetransform3d/scalecomponent.md)
- [matrix](spatial/projectivetransform3d/matrix.md)
