Martin Landa 5cfaea663a v.hull: support for vector lines пре 15 година
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database пре 16 година
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