Click here to Skip to main content
15,888,286 members
Articles / Desktop Programming / WPF

Interpolate 2D Points Using Bezier Curves in WPF

Rate me:
Please Sign up or sign in to vote.
4.82/5 (34 votes)
8 Jul 2023CPOL5 min read 55.8K   1.9K   54  
This article shows a simple way of interpolating a set of points using Bezier curves in WPF.
Describe an algorithm to get Bezier curves from a set of points. This curve will pass through all the points and will have a smooth factor. In the case of the article, this is implemented in WPF, but also I've updated the article with some implementations made in JavaScript, which can be used in Web or Mobile apps based on JavaScript.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Spain Spain
Bachelor's Degree in Computer Science (5 years)

Interested in:
.NET Technologies, Web techonogies, Agile Methodologies, Software Design, Artificial Intelligence and any other new ideas or new projects.

Site: https://rulyotano.com
LinkedIn: http://www.linkedin.com/in/raulotanohurtado
GitHub: https://github.com/rulyotano
CodeProject: http://www.codeproject.com/Members/rulyotano

Comments and Discussions