neurom.morphmath.linear_interpolate

neurom.morphmath.linear_interpolate(p1, p2, fraction)[source]

Returns the point p satisfying: p1 + fraction * (p2 - p1)