~ubuntu-branches/ubuntu/natty/qhull/natty

« back to all changes in this revision

Viewing changes to html/qhull.man

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
./"
13
13
./"  Warning: a leading quote "'" or dot "." will not format correctly
14
14
./"
15
 
.TH qhull 1 "October 4, 2001" "Geometry Center"
 
15
.TH qhull 1 "2003/12/30" "Geometry Center"
16
16
.SH NAME
17
17
qhull \- convex hull, Delaunay triangulation, Voronoi diagram, 
18
18
halfspace intersection about a point, hull volume, facet area
56
56
 - html manual:    index.htm
57
57
 - installation:   README.txt
58
58
 - see also:       COPYING.txt, REGISTER.txt, Changes.txt
59
 
 - WWW:  <http://www.geom.umn.edu/locate/qhull>
60
 
 - news: <http://www.geom.umn.edu/~bradb/qhull-news.html>
61
 
 - ftp:  <ftp://geom.umn.edu/pub/software/qhull.tar.Z>
62
 
 -       <ftp://geom.umn.edu/pub/software/qhull.zip>
63
 
 -       <ftp://geom.umn.edu/pub/software/qhull-96.ps.Z>
64
 
 -       <ftp://geom.umn.edu/pub/software/qhull-1.0.tar.Z>
 
59
 - WWW:  <http://www.qhull.org>
 
60
 - CVS:  <http://savannah.nongnu.org/projects/qhull/>
 
61
 - mirror: <http://www6.uniovi.es/ftp/pub/mirrors/geom.umn.edu/software/ghindex.html>
 
62
 - news: <http://www.qhull.org/news>
65
63
 - Geomview:  <http://www.geomview.org>
66
64
 - news group:     <news:comp.graphics.algorithms>
67
65
 - FAQ:       <http://exaflop.org/docs/cgafaq/cga6.html>
68
 
 - email:          qhull@geom.umn.edu
69
 
 - bug reports:    qhull_bug@geom.umn.edu
 
66
 - email:          qhull@qhull.org
 
67
 - bug reports:    qhull_bug@qhull.org
70
68
 
71
69
The sections are:
72
70
 - INTRODUCTION
449
447
Print number of merges for each facet.  At most 511 merges are reported for
450
448
a facet.  See 'PMn' for printing the facets with the most merges.
451
449
.TP
 
450
FM
 
451
Output the hull in Maple format.  Qhull writes a Maple
 
452
file for 2-d and 3-d
 
453
convex hulls and for 2-d Delaunay triangulations.   Qhull produces a '.mpl'
 
454
file for displaying with display3d().
 
455
.TP
452
456
Fn
453
457
Print neighbors for each facet.  The output starts with the number of facets.  
454
458
Then each facet is printed one per line.  Each line 
919
923
Redirect stderr to stdout.
920
924
.PP
921
925
.SH BUGS
922
 
Please report bugs to Brad Barber at qhull_bug@geom.umn.edu.  
 
926
Please report bugs to Brad Barber at qhull_bug@qhull.org.  
923
927
 
924
928
If Qhull does not compile, it is due to an incompatibility between your
925
929
system and ours.  The first thing to check is that your compiler is
944
948
Qhull is maintained part-time.
945
949
.PP
946
950
.SH E-MAIL
947
 
Please send correspondence to qhull@geom.umn.edu and report bugs to
948
 
qhull_bug@geom.umn.edu.  Let us know how you use Qhull.  If you
 
951
Please send correspondence to qhull@qhull.org and report bugs to
 
952
qhull_bug@qhull.org.  Let us know how you use Qhull.  If you
949
953
mention it in a paper, please send the reference and an abstract.
950
954
 
951
955
If you would like to get Qhull announcements (e.g., a new version)
960
964
 
961
965
Barber, C. B., D.P. Dobkin, and H.T. Huhdanpaa,
962
966
"The Quickhull Algorithm for Convex Hulls," ACM
963
 
Trans. on Mathematical Software, Dec. 1996.
 
967
Trans. on Mathematical Software, 22(4):469-483, Dec. 1996.
964
968
http://www.acm.org/pubs/citations/journals/toms/1996-22-4/p469-barber/
965
 
ftp://geom.umn.edu/pub/software/qhull-96.ps.Z
 
969
http://citeseer.nj.nec.com/83502.html
966
970
 
967
971
Clarkson, K.L., K. Mehlhorn, and R. Seidel, "Four results on randomized 
968
972
incremental construction," Computational Geometry: Theory and Applications,
975
979
.SH AUTHORS
976
980
.nf
977
981
  C. Bradford Barber                    Hannu Huhdanpaa
978
 
  bradb@geom.umn.edu                    hannu@geom.umn.edu
 
982
  bradb@qhull.org                    hannu@qhull.org
979
983
  
980
984
                    c/o The Geometry Center
981
985
                    University of Minnesota
990
994
A special thanks to Albert Marden, Victor Milenkovic, the Geometry Center,
991
995
Harvard University, and Endocardial Solutions, Inc. for supporting this work.
992
996
 
993
 
The software was developed under National Science Foundation grants
994
 
NSF/DMS-8920161 and NSF-CCR-91-15793 750-7504.  David Dobkin guided
995
 
the original work at Princeton University.  
 
997
Qhull 1.0 and 2.0 were developed under National Science Foundation 
 
998
grants NSF/DMS-8920161 and NSF-CCR-91-15793 750-7504.  David Dobkin 
 
999
guided the original work at Princeton University.  
996
1000
If you find it useful, please let us know.
997
1001
 
998
1002
The Geometry Center is supported by grant DMS-8920161 from the National 
999
1003
Science Foundation, by grant DOE/DE-FG02-92ER25137 from the Department 
1000
1004
of Energy, by the University of Minnesota, and by Minnesota Technology, Inc.
1001
1005
 
1002
 
Qhull is available by anonymous ftp from geom.umn.edu.  To retrieve
1003
 
a copy go to www.geom.umn.edu/locate/qhull or ftp: geom.umn.edu, 
1004
 
user: anonymous, cd pub/software, get qhull.tar.Z, quit, 
1005
 
uncompress qhull.tar.Z, tar xf qhull.tar, cd qhull, make
 
1006
Qhull is available from http://www.qhull.org