tridist - measures the distances between a point cloud and a triangle cloud
tridist [-r|--ref] [-o|--old-point] [-n|--new-point] [-d|--distance] [-p INT|--precision INT] [-?|-h|--help] FILENAME
tridist reads a point cloud from the standard input and a triangle cloud from a file (FILENAME) and returns its results to the standard output. Possible output data are the orinal point position (option -o), the closest point on the triangle cloud (option -n), the distance to the triangle cloud (option -d).
return the point reference number
return each point of the old point cloud
for each point of the point cloud, return the closest point on the triangle cloud
for each point of the point cloud, return the shortest distance to the triangle cloud -p INTEGER, --precision INTEGER number of decimals (default: 3)
Returns the manual page
Written by Pierre Smars (first version: 2008)
Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.
Copyright (C) 2015 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.
view_pt(1), view_li(1)