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

m
m (→‎{{header|J}}: Add links)
m (→‎{{header|J}}: comments)
Line 248:
 
'''Example usage:'''
<lang j> myimg=: 0 0 255 makeRGB 800300 1200300
]randomctrlpts=: ,3 2 ?@$ }:$ myimg NB. 3 control points - quadratic
]randomctrlpts=: ,4 2 ?@$ }:$ myimg NB. 4 control points - cubic
myimg=: ((2 ,.~ _2]\randomctrlpts);255 0 255) drawCircles myimg NB. draw control points
viewRGB (randomctrlpts; 255 255 0) drawBezier myimg NB. display image with bezier line</lang>
 
=={{header|OCaml}}==
892

edits