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

Line 1,088:
Can also be drawn in 3D.
bezier(x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4)
*/</lang>'''A working sketch with movable anchor and control points.
 
'''It can be run on line''' :<BR> [https://www.openprocessing.org/sketch/846556/ here.]
<lang>
float[]x = new float[4];
47

edits