qdelaunay -VERSION (return code: 0)
qhull 7.2.0 (2015.2 2016/01/18)
qdelaunay (return code: 0)
qdelaunay- compute the Delaunay triangulation. Qhull 2015.2 2016/01/18
input (stdin): dimension, number of points, point coordinates
comments start with a non-numeric character
options (qdelaun.htm):
Qu - furthest-site Delaunay triangulation
Qt - triangulated output
QJ - joggled input instead of merged facets
Tv - verify result: structure, convexity, and in-circle test
. - concise list of all options
- - one-line description of all options
-V - version
output options (subset):
s - summary of results (default)
i - vertices incident to each Delaunay region
Fx - extreme points (vertices of the convex hull)
o - OFF format (shows the points lifted to a paraboloid)
G - Geomview output (2-d and 3-d points lifted to a paraboloid)
m - Mathematica output (2-d inputs lifted to a paraboloid)
QVn - print Delaunay regions that include point n, -n if not
TO file- output results to file, may be enclosed in single quotes
examples:
rbox c P0 D2 | qdelaunay s o rbox c P0 D2 | qdelaunay i
rbox c P0 D2 | qdelaunay Fv rbox c P0 D2 | qdelaunay s Qu Fv
rbox c G1 d D2 | qdelaunay s i rbox c G1 d D2 | qdelaunay Qt
rbox M3,4 z 100 D2 | qdelaunay s rbox M3,4 z 100 D2 | qdelaunay s Qt