interpolate

@NotNull
abstract fun interpolate(@NotNull p0: Vector3f, @NotNull p1: Vector3f, alpha: Float): Vector3f
@NotNull
abstract fun interpolate(@NotNull points: List<VectorPoint>, p2Index: Int, time: Float): VectorPoint