Mercurial > hg > octave-nkf
diff scripts/geometry/voronoin.m @ 7007:6304d9ea0a30
[project @ 2007-10-11 16:26:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Oct 2007 16:26:37 +0000 |
parents | 8618f29520c6 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/geometry/voronoin.m +++ b/scripts/geometry/voronoin.m @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{C}, @var{F}] =} voronoin (@var{pts}) ## @deftypefnx {Function File} {[@var{C}, @var{F}] =} voronoin (@var{pts}, @var{options}) -## computes n- dimensinal voronoi facets. The input matrix @var{pts} +## computes n- dimensional voronoi facets. The input matrix @var{pts} ## of size [n, dim] contains n points of dimension dim. ## @var{C} contains the points of the voronoi facets. The list @var{F} ## contains for each facet the indices of the voronoi points.