Skip to content

sk8tz/WPF-Bezier-Interpolation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF-Bezier-Interpolation

This is a sample project for the CodePlex article Interpolate 2D points, usign Bezier curves in WPF. I suggest to read the article.

Alt text

What is it about?

The main goal of this project is provide a control that, given a sorted collection of points draw a curve for interpolate those points (the curve will pass for each point).

Besides that, another goal is that this control could be used with the MVVM pattern, then when each point's position changes, or when any point is added or removed, the control is refreshed.

In this example app, the points can be dragged by the user, and also can be draw a closed or open curve.

Want to contribute?

You are welcome!

Contact the author:

Raúl Otaño Hurtado
Email: <a href"mailto://
rulyotano@gmail.com">rulyotano@gmail.com

About

Interpolate 2D points, usign Bezier curves in WPF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%