interpolated(towards:amount:)
Returns this value interpolated with other by the specified amount.
Declaration
func interpolated(towards other: Self, amount: Double) -> SelfDiscussion
This result is equivalent to self + (other - self) * amount.