thomaspeugeot / Bezier-curve-in-Go

My implementation of Bézier curve with example plot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My implementation of Bézier curve with example plot


Languages

Language:Go 100.0%