I am drawing on canvas and I want to get a point by length between two other points. I have:
let uno = {x:100, y:200};
let dos = {x: 900, y:2000};
let length = 20; //px
How can I get point between uno and dos by distance in pixels length (starting from uno)? Example image in the