
Les autres boutons, sont ok.
Bien sûr, pas de soucis, c'est juste qu'en testant j'ai trouvé que ça avait vraiment du potentieldjes a écrit :Faudra attendre un peu, je suis en voyage pour une semaine...
Code : Tout sélectionner
;-CLS
StartDrawing(CanvasOutput(0))
;Box(0, 0, 800, 600, #White)
;plotCubicBezierSegAA(x, y, 400, 200, 400, 300, 400, 400, $FF)
x1 = 200 : y1 = 500 : Plot(x1, y1, #Blue)
x2 = 400 : y2 = 400 : Plot(x2, y2, #Blue)
x3 = 500 : y3 = 500 : Plot(x3, y3, #Blue)
Curve(x1, y1, x2, y2, x3, y3, #Red)