How can i produce multi point linear interpolation? [closed]

For multi point interpolation there are 3 options: piecewise linear interpolation choose 2 closest points to your known coordinate if you use parameter then select the points containing parameter range and change the parameter range/scale to interpolation range (usually <0,1>) and interpolate as linear interpolation. example of linear DDA on integers and more is in … Read more