From 2cfaf5bc920b79624f5315f83991de9ee8ba5f84 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 20 Jan 2003 09:53:21 +0000 Subject: *** empty log message *** --- doc/refman.tex | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/refman.tex b/doc/refman.tex index 35a2784..633c658 100644 --- a/doc/refman.tex +++ b/doc/refman.tex @@ -1742,11 +1742,11 @@ false. \item{\ident{add}} to extend the surface of the curve. In this case there is a mandatory flag describing the way the contour will be added. It may take the following values: \begin{description} - \item{0} the list of points is taken unchanged. In this case, the {\tt coordListOrTagOrId} - parameter cannot be a tag and must be an explicit list of points. - \item{1} the list of points is reverted, if needed, so that the points defines + \item{0} the list of points is taken unchanged. In this case, the {\tt coordListOrTagOrId} + parameter cannot be a tag and must be an explicit list of points. + \item{1} the list of points is reverted, if needed, so that the points defines a {\bf counterclockwise} contour. - \item{-1} the list of points is reverted,if needed, so that the points defines + \item{-1} the list of points is reverted,if needed, so that the points defines a {\bf clockwise} contour. \end{description} \item{\ident{remove}} to remove an existing contour @@ -1991,11 +1991,11 @@ false. \begin{blockindent} This command fits a sequence of Bezier segments on the curve described by the vertices - in {\tt coordList} and returns a list of vertices describing the control points for the - generated segments. All the points on the fitted segments will be within {\tt error} - distance from the given curve. {\tt coordList} should be either a flat list of even - number of coordinates in x, y order or a lst of [X, Y]. The returned list can be directly used - to create or change a curve item contour. + in {\tt coordList} and returns a list of lists describing the points and control points + for the generated segments. All the points on the fitted segments will be within {\tt error} + distance from the given curve. {\tt coordList} should be either a flat list of an even + number of coordinates in x, y order or a list of lists of point coordinates X, Y. + The returned list can be directly used to create or change a curve item contour. \end{blockindent} @@ -2362,11 +2362,12 @@ false. {\tt\large @coords = \$zinc->{\bf smooth}(coordList);} \begin{blockindent} - This command computes a sequence of Bezier segments in order to smooth the curve + This command computes a sequence of Bezier segments that will smooth the polygon described by the vertices in {\tt coordList} and returns a list of lists describing - points and control points for the generated segments. {\tt coordList} should be either a - flat list of even number of coordinates in x, y order, or a list of [X, Y]. - The returned list can be used to create or change a contour of a curve item. + thr points and control points for the generated segments. {\tt coordList} should be either a + flat list of an even number of coordinates in x, y order, or a list of lists of point + coordinates X, Y. The returned list can be used to create or change the contour of a + curve item. \end{blockindent} -- cgit v1.1