My implementation of Bézier curve with example plot

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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My implementation of Bézier curve with example plot

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.