blob: e39cb1f42cd7aed6cd3096fc87e991fd96aa3026 [file] [log] [blame]
function longs = arc(C)
arestes = C(:, 2:end) - C(:, 1:end-1);
longs = sqrt(sum(arestes.*arestes));