aboutsummaryrefslogtreecommitdiff
path: root/doc/refman.tex
diff options
context:
space:
mode:
authormertz2003-03-24 15:59:32 +0000
committermertz2003-03-24 15:59:32 +0000
commitb7ebba4eddfbc4539b95adb6600d3bd64dc6ea8e (patch)
tree8759e9f4d07bffcdae7fb9f942348430e2faaa90 /doc/refman.tex
parente9d9bd81a611db131d722c3d239fe15eb3ce50fe (diff)
downloadtkzinc-b7ebba4eddfbc4539b95adb6600d3bd64dc6ea8e.zip
tkzinc-b7ebba4eddfbc4539b95adb6600d3bd64dc6ea8e.tar.gz
tkzinc-b7ebba4eddfbc4539b95adb6600d3bd64dc6ea8e.tar.bz2
tkzinc-b7ebba4eddfbc4539b95adb6600d3bd64dc6ea8e.tar.xz
meilleure description des segments beziers dans un item curve
Diffstat (limited to 'doc/refman.tex')
-rw-r--r--doc/refman.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index aa321a9..9aa43be 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -3506,8 +3506,14 @@ attribute has priority over the \attributeref{arc}{fillcolor} attribute and the
\object{curve}
- Items of type \ident{curve} display a path of line segments and/or cubic bezier connected
- by their end points. The polygon delimited by the path can optionally be filled.
+ Items of type \ident{curve} display pathes of line segments and/or cubic bezier connected
+ by their end points. A cubic Bezier is defined by four points. The first and last
+ ones are the extremities of the cubic Bezier. The second and the third ones are control point
+ (i.e. they must have a third ``coordinate'' with the value 'c'). If both control points
+ are identical, one may be omitted. As a consequence, it is an error to have more than
+ two succcessive control points or to start or finish a curve with a control point.
+
+ The polygon delimited by the path can optionally be filled.
It is possible to build curve items with more than one path to
describe complex shapes with the \cmdref{contour} command. This command can be used to
perform boolean operations between a curve and almost any other item available in TkZinc