Mercurial > hg > octave-lyh
diff doc/interpreter/geometry.txi @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | a052825889a0 |
children | 6304d9ea0a30 |
line wrap: on
line diff
--- a/doc/interpreter/geometry.txi +++ b/doc/interpreter/geometry.txi @@ -356,7 +356,7 @@ @node Convex Hull @section Convex Hull -The convex hull of a set of points, is the minimum convex envelope +The convex hull of a set of points is the minimum convex envelope containing all of the points. Octave has the functions @code{convhull} and @code{convhulln} to calculate the convec hull of 2-dimensional and N-dimensional sets of points.