aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlecoanet2003-01-20 09:53:21 +0000
committerlecoanet2003-01-20 09:53:21 +0000
commit2cfaf5bc920b79624f5315f83991de9ee8ba5f84 (patch)
tree1ef2655c0fb17e2f9f6510da2432aedc827afb37 /doc
parent3311eb03958d862b149fdd86ee6471e0f6d9795e (diff)
downloadtkzinc-2cfaf5bc920b79624f5315f83991de9ee8ba5f84.zip
tkzinc-2cfaf5bc920b79624f5315f83991de9ee8ba5f84.tar.gz
tkzinc-2cfaf5bc920b79624f5315f83991de9ee8ba5f84.tar.bz2
tkzinc-2cfaf5bc920b79624f5315f83991de9ee8ba5f84.tar.xz
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex27
1 files changed, 14 insertions, 13 deletions
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}