/Bezier-curve-in-Go

My implementation of Bézier curve with example plot

Primary LanguageGo

Bezier-curve-in-Go

My implementation of Bézier curve with example plot Alt text

Getting started

Install gonum/plot for plots generation by using the command below:

$ go get gonum.org/v1/plot/...

Next, run the program by typing:

$ go run bezier.go

For more information, see the Bezier curve.