Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | verbind_Eggae_mitere_Bezierlinie() |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Examples | ![]() kei_Fuellfarb(); afang_fo_de_Form(); setz_Eggae(30, 20); verbind_Eggae_mitere_Bezierlinie(80, 0, 80, 75, 30, 75); aendi_fo_de_Form(); ![]() 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 |
|
||||||||||||||||||
| Usage | Web & Application | ||||||||||||||||||
| Related | verbind_Eggae_mitere_kurfigelinie() setz_Eggae() bezier_linie() |



