Skip to content

hyrodium/BezierCurveApproximation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

BezierCurveApproximation

Mathematica package for Bezier curve approximation.

Using this package, you can reduce control points in plots like this.

Plot[Sin[t],{t,-5,5}]

PlotBezier[Sin[t], {t, {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5}}]

More info (Japanese): https://qiita.com/Hyrodium/items/1a81efd11849fb0695d0

About

Mathematica package for Bezier curve approximation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published