withInterpolation

open fun withInterpolation(target: T, alpha: Float, interpolation: Interpolation): T

Returns the result of interpolation between this vector and the given target vector by alpha (within range 0,1) using the given interpolation method.