changeset 22245:3d287a11ea18

doc: Clarify that reducepatch only works on patches, not surfaces. * reducepatch.m: Remove language that says function works on surfaces.
author Rik <rik@octave.org>
date Tue, 09 Aug 2016 16:55:36 -0700
parents a4ff69a4f239
children fa917f1f0faf
files scripts/plot/draw/reducepatch.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/reducepatch.m	Tue Aug 09 16:50:37 2016 -0700
+++ b/scripts/plot/draw/reducepatch.m	Tue Aug 09 16:55:36 2016 -0700
@@ -26,8 +26,8 @@
 ## @deftypefnx {} {@var{reduced_fv} =} reducepatch (@dots{}, "verbose")
 ## @deftypefnx {} {[@var{reduced_faces}, @var{reduces_vertices}] =} reducepatch (@dots{})
 ##
-## Reduce the number of faces and vertices in a surface or patch object while
-## retaining the overall shape of the patch.
+## Reduce the number of faces and vertices in a patch object while retaining
+## the overall shape of the patch.
 ##
 ## The input patch can be represented by a structure @var{fv} with the
 ## fields @code{faces} and @code{vertices}, by two matrices @var{faces} and