Bitmap/Bézier curves/Cubic: Difference between revisions

Content added Content deleted
Line 1,088: Line 1,088:
Can also be drawn in 3D.
Can also be drawn in 3D.
bezier(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4)
bezier(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4)
*/</lang>A working sketch with movable anchor and control points.
*/</lang>'''A working sketch with movable anchor and control points.


It can be run on line [https://www.openprocessing.org/sketch/846556/ here.]
'''It can be run on line''' :<BR> [https://www.openprocessing.org/sketch/846556/ here.]
<lang>
<lang>
float[]x = new float[4];
float[]x = new float[4];