Returns the nearest point on line(s) closest to point.
point
const pt = Lines.nearest(line, {x:10,y:10}); Copy
const pt = Lines.nearest(line, {x:10,y:10});
If an array of lines is provided, it will be the closest point amongst all the lines
Line or array of lines
Point to check
Point { x, y }
{ x, y }
Returns the nearest point on line(s) closest to
point.If an array of lines is provided, it will be the closest point amongst all the lines