Skip to content

How to smooth a collection of points by interpolating them with Bezier curves.

Notifications You must be signed in to change notification settings

wltrup/Algs-Smoothing-Line-Segments

Repository files navigation

Smoothing Line Segments

At one point, someone in the cocoa-dev mailing list asked for an algorithm to draw a smooth curve passing through a number of given points. I solved the problem mathematically, then wrote a small application implementing the algorithm. The algorithm involves interpolating the points using Bezier curves.

Originally written on July 2, 2007.

License

I'm sharing this work under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. See the LICENSE file for more information.

About

How to smooth a collection of points by interpolating them with Bezier curves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published