Return the length of the given path
length
p2 /p0 -- p1const path = [[0, 0], [1, 0], [5, 3]];geomPathLength(path); // returns 6 Copy
p2 /p0 -- p1const path = [[0, 0], [1, 0], [5, 3]];geomPathLength(path); // returns 6
Return the length of the given path