Method Lerp
Lerp(Point, Point, double)
Linearly interpolates between two points.
public static Point Lerp(Point a, Point b, double t)
Parameters
aPointStart point.
bPointEnd point.
tdoubleInterpolation factor in [0,1]. Values outside this range extrapolate.