Skip to content

mbronek7/Bezier-curve-in-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages