pt2li - connect sequentially all the points of a point cloud to make a line cloud
pt2li [-c|--close] [-?|-h|--help]
pt2li creates a line cloud by joining all the points of a point cloud: line(1) = p(1)-p(2), line(2) = p(2)-p(3), ... line(n-1) = p(n-1)-p(n). It takes its input from the standard input and returns the result to the standard output.
Links the last point to the first point to create a cycle
Refer to the manual page
Written by Pierre Smars (first version: 2001)
Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.
Copyright (C) 2020 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
pt2tri(1), view_li(1)