Returns a relative point between two points.
interpolate(0.5, { x:0, y:0 }, { x:10, y:10 }); // Halfway { x, y } Copy
interpolate(0.5, { x:0, y:0 }, { x:10, y:10 }); // Halfway { x, y }
Alias for Lines.interpolate(amount, a, b);
Relative amount, 0-1
If true, length of line can be exceeded for amount of below 0 and above 1.
amount
1
Point
Returns a relative point between two points.
Alias for Lines.interpolate(amount, a, b);