---
title: "interpolated(towards:amount:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/vectorarithmetic/interpolated(towards:amount:)"
---

# interpolated(towards:amount:)

Returns this value interpolated with other by the specified amount.

## Declaration

```swift
func interpolated(towards other: Self, amount: Double) -> Self
```

## Discussion

Discussion This result is equivalent to self + (other - self) * amount.

## See Also

### Manipulating values

- [magnitudeSquared](swiftui/vectorarithmetic/magnitudesquared.md)
- [scale(by:)](swiftui/vectorarithmetic/scale(by:).md)
- [scaled(by:)](swiftui/vectorarithmetic/scaled(by:).md)
- [interpolate(towards:amount:)](swiftui/vectorarithmetic/interpolate(towards:amount:).md)
