interpolateWith

fun interpolateWith(ratio: Ratio, other: Vector2D): Vector2D

Deprecated

Replace with

import korlibs.math.interpolation.interpolate
ratio.interpolate(this, other)