Mercurial > hg > octave-lyh
comparison scripts/plot/shrinkfaces.m @ 14620:cd375519eab0
doc: Periodic grammar check of documentation
* get_unsatisfied_deps.m, print.m, shrinkfaces.m, polyfit.m, splinefit.m,
chol.cc, rand.cc, sparse.cc: Improve docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 10 May 2012 22:08:18 -0700 |
parents | 9546bb28648c |
children | 1804d5422f61 |
comparison
equal
deleted
inserted
replaced
14619:be12c85c6ce7 | 14620:cd375519eab0 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} shrinkfaces (@var{p}, @var{sf}) | 20 ## @deftypefn {Function File} {} shrinkfaces (@var{p}, @var{sf}) |
21 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{p}, @var{sf}) | 21 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{p}, @var{sf}) |
22 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{fv}, @var{sf}) | 22 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{fv}, @var{sf}) |
23 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{f}, @var{v}, @var{sf}) | 23 ## @deftypefnx {Function File} {@var{nfv} =} shrinkfaces (@var{f}, @var{v}, @var{sf}) |
24 ## @deftypefnx {Function File} {[@var{nf}, @var{nv}] =} shrinkfaces (@dots{}) | 24 ## @deftypefnx {Function File} {[@var{nf}, @var{nv}] =} shrinkfaces (@dots{}) |
25 ## | 25 ## |
38 ## @command{patch} function. | 38 ## @command{patch} function. |
39 ## | 39 ## |
40 ## Performing the shrinking on faces which are not convex can lead to | 40 ## Performing the shrinking on faces which are not convex can lead to |
41 ## undesired results. | 41 ## undesired results. |
42 ## | 42 ## |
43 ## For example | 43 ## For example, |
44 ## | 44 ## |
45 ## @example | 45 ## @example |
46 ## @group | 46 ## @group |
47 ## [phi r] = meshgrid (linspace (0, 1.5*pi, 16), linspace (1, 2, 4)); | 47 ## [phi r] = meshgrid (linspace (0, 1.5*pi, 16), linspace (1, 2, 4)); |
48 ## tri = delaunay (phi(:), r(:)); | 48 ## tri = delaunay (phi(:), r(:)); |