Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

verbind_Eggae_mitere_Bezierlinie()

Examples
example pic
kei_Fuellfarb();
afang_fo_de_Form();
setz_Eggae(30, 20);
verbind_Eggae_mitere_Bezierlinie(80, 0, 80, 75, 30, 75);
aendi_fo_de_Form();
example pic
afang_fo_de_Form();
setz_Eggae(30, 20);
verbind_Eggae_mitere_Bezierlinie(80, 0, 80, 75, 30, 75);
verbind_Eggae_mitere_Bezierlinie(50, 80, 60, 25, 30, 20);
aendi_fo_de_Form();
Description Specifies vertex coordinates for Bezier curves. Each call to verbind_Eggae_mitere_Bezierlinie() defines the position of two control points and one anchor point of a Bezier curve, adding a neus segment to a line or shape. The first time verbind_Eggae_mitere_Bezierlinie() is used within a afang_fo_de_Form() call, it must be prefaced with a call to setz_Eggae() to set the first anchor point. This function must be used between afang_fo_de_Form() and aendi_fo_de_Form() and only when there is no MODE parameter specified to afang_fo_de_Form(). Using the 3D version of requires rendering with P3D or OPENGL (see the Environment reference for more information).
Syntax
verbind_Eggae_mitere_Bezierlinie(cx1, cy1, cx2, cy2, x, y)
verbind_Eggae_mitere_Bezierlinie(cx1, cy1, cz1, cx2, cy2, cz2, x, y, z)
Parameters
cx1 The x-coordinate of 1st control point, either a Komazahl or int
cy1 The y-coordinate of 1st control point, either a Komazahl or int
cz1 The z-coordinate of 1st control point, either a Komazahl or int
cx2 The x-coordinate of 2nd control point, either a Komazahl or int
cy2 The y-coordinate of 2nd control point, either a Komazahl or int
cz2 The z-coordinate of 2nd control point, either a Komazahl or int
x The x-coordinate of anchor point, either a Komazahl or int
y The y-coordinate of anchor point, either a Komazahl or int
z The z-coordinate of anchor point, either a Komazahl or int
Usage Web & Application
Related verbind_Eggae_mitere_kurfigelinie()
setz_Eggae()
bezier_linie()
Stefan Baltensperger 2009

Creative Commons License