Martin Landa 5cfaea663a v.hull: support for vector lines 15 年之前
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
chull.c 53a7939da4 v.hull: code reorganization + OGR support (read access) 15 年之前
globals.h 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 年之前
hull.c 53a7939da4 v.hull: code reorganization + OGR support (read access) 15 年之前
hull.h 53a7939da4 v.hull: code reorganization + OGR support (read access) 15 年之前
macros.h 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 年之前
main.c 5cfaea663a v.hull: support for vector lines 15 年之前
read.c 5cfaea663a v.hull: support for vector lines 15 年之前
v.hull.html 5cfaea663a v.hull: support for vector lines 15 年之前
v_hull.png db49180dd7 welcome to GRASS 7.0.svn 17 年之前
write.c 53a7939da4 v.hull: code reorganization + OGR support (read access) 15 年之前

README

ALGORITHM

v.hull calculates the planar convex hull of a sites list by
means of an algorithm like Graham scan, by computing
first the upper part of the convex hull, and the
the lower part. The algorighm has been converted to C
from the pseudo-code found in "Computational Geometry,
algorithms and applications", M. de Berg, M. van Kreveld,
M. Overmars, O. Schwarzkopf, Springer.
Some reference about the algoright can be found in the
online course "CMSC 754: Computational geometry" by Dave Mount.


Andrea Aime 9/2001

-----------------
chull.c
http://maven.smith.edu/~orourke/books/compgeom.html
http://maven.smith.edu/~orourke/books/ftp.html