<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Algorithm on Raul&#39;s Blog</title>
    <link>https://blog.rulyotano.com/tags/algorithm/</link>
    <description>Recent content in Algorithm on Raul&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Oct 2024 18:45:59 +0000</lastBuildDate>
    <atom:link href="https://blog.rulyotano.com/tags/algorithm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Interpolate 2D Points Using Bezier Curves in WPF (and Javscript)</title>
      <link>https://blog.rulyotano.com/blog/article/wpf-bezier-interpolation/</link>
      <pubDate>Wed, 02 Oct 2024 18:45:59 +0000</pubDate>
      <guid>https://blog.rulyotano.com/blog/article/wpf-bezier-interpolation/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://main.codeproject.com/articles/Interpolate-2D-Points-Using-Bezier-Curves-in-WPF&#34;&gt;&lt;strong&gt;[Original Article]&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rulyotano/WPF-Bezier-Interpolation/tree/master&#34;&gt;&lt;strong&gt;Sample on GitHub (WPF)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/rulyotano/rulyotano.crosscutting.js/tree/main/src/rulyotano.math.interpolation.bezier&#34;&gt;&lt;strong&gt;Sample on Github (JavaScript)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rulyotano.com/demos/bezier&#34;&gt;&lt;strong&gt;Live example in JavaScript (ReactJs)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Interpolating points sometimes is hard mathematical work, even more, if the points are ordered. The solution is to create a function using the points and using an extra parameter &lt;code&gt;t&lt;/code&gt; that represents the time dimension. This often is called a parametric representation of the curve. This article shows a simple way of interpolating a set of points using Bezier curves in WPF.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
