interpolateWith

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

Deprecated

Replace with

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