pt2li

NAME

pt2li - connect sequentially all the points of a point cloud to make a line cloud

SYNOPSIS

pt2li [-c|--close] [-?|-h|--help]

DESCRIPTION

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.

OPTIONS

-c,--close

Links the last point to the first point to create a cycle

-h,--help,-?

Refer to the manual page

AUTHORS

Written by Pierre Smars (first version: 2001)

BUGS

Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.

COPYRIGHT

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.

SEE ALSO

pt2tri(1), view_li(1)

Pierre SMARS (tools, home page)