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

No edit summary
Line 588:
 
=={{header|FutureBasic}}==
FB has a convenience quadratic Bézier curve function that accepts a start point, end point, left control point, right control point, path stroke width and path color as demonstrated below. Here's a link to an illustration that's helpful in understanding the inputs:
[https://i.stack.imgur.com/WLZ5o.png Bézier curve function paramters.]
<syntaxhighlight lang="futurebasic">
Line 620:
{{output}}
[[File:Quadratic Bezier Curve.png]]
 
 
=={{header|Go}}==
715

edits