---
title: predictedEndTranslation3D
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/draggesture/value/predictedendtranslation3d
---

# predictedEndTranslation3D

A prediction of what the final translation would be if dragging stopped now, based on the current drag velocity.

## Declaration

```swift
var predictedEndTranslation3D: Vector3D { get }
```

## See Also

### Getting 3D position

- [startLocation3D](swiftui/draggesture/value/startlocation3d.md)
- [location3D](swiftui/draggesture/value/location3d.md)
- [predictedEndLocation3D](swiftui/draggesture/value/predictedendlocation3d.md)
- [translation3D](swiftui/draggesture/value/translation3d.md)
- [startInputDevicePose3D](swiftui/draggesture/value/startinputdevicepose3d.md)
- [inputDevicePose3D](swiftui/draggesture/value/inputdevicepose3d.md)
