Mercurial > hg > octave-nkf
diff scripts/geometry/delaunayn.m @ 14541:759944521fd6
Improve tetramesh docstring and add function to manual.
* geometry.txi: Add tetramesh to manual.
* delaunay.m, delaunay3.m, delaunayn.m: Update seealso cross-references.
* tetramesh.m: Update docstring. Use Octave coding conventions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Apr 2012 15:34:57 -0700 |
parents | 72c96de7a403 |
children | d63878346099 |
line wrap: on
line diff
--- a/scripts/geometry/delaunayn.m +++ b/scripts/geometry/delaunayn.m @@ -47,7 +47,7 @@ ## To append user options to the defaults it is necessary to repeat the ## default arguments in @var{options}. Use a null string to pass no arguments. ## -## @seealso{delaunay, delaunay3, convhulln, voronoin} +## @seealso{delaunay, delaunay3, convhulln, voronoin, trimesh, tetramesh} ## @end deftypefn function T = delaunayn (pts, varargin)