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

Name

verbind_Eggae_mitere_kurfigelinie()

Examples
example pic
kei_Fuellfarb();
afang_fo_de_Form();
verbind_Eggae_mitere_kurfigelinie(84,  91);
verbind_Eggae_mitere_kurfigelinie(84,  91);
verbind_Eggae_mitere_kurfigelinie(68,  19);
verbind_Eggae_mitere_kurfigelinie(21,  17);
verbind_Eggae_mitere_kurfigelinie(32, 100);
verbind_Eggae_mitere_kurfigelinie(32, 100);
aendi_fo_de_Form();
Description Specifies vertex coordinates for curves. This function may only 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(). The first and last points in a series of verbind_Eggae_mitere_kurfigelinie() lines will be used to guide the beginning and end of a the curve. A minimum of four points is required to draw a tiny curve between the second and third points. Adding a fifth point with verbind_Eggae_mitere_kurfigelinie() will draw the curve between the second, third, and fourth points. The verbind_Eggae_mitere_kurfigelinie() function is an implementation of Catmull-Rom splines. Using the 3D version of requires rendering with P3D or OPENGL (see the Environment reference for more information).
Syntax
verbind_Eggae_mitere_kurfigelinie(x, y) 
verbind_Eggae_mitere_kurfigelinie(x, y, z)
Parameters
x The x-coordinate of the vertex, either a Komazahl or Ganzizahl
y The y-coordinate of the vertex, either a Komazahl or Ganzizahl
z The z-coordinate of the vertex, either a Komazahl or Ganzizahl
Usage Application & Web
Related kurfigi_linie()
afang_fo_de_Form()
aendi_fo_de_Form()
setz_Eggae()
verbind_Eggae_mitere_Bezierlinie()
Stefan Baltensperger 2009

Creative Commons License