mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
yforx
This commit is contained in:
@@ -20,7 +20,7 @@ Given \left (
|
||||
So let's look at that in action: the following graphic is interactive in that you can use your up and down arrow keys to increase or decrease the interpolation ratio, to see what happens. We start with three points, which gives us two lines. Linear interpolation over those lines gives us two points, between which we can again perform linear interpolation, yielding a single point. And that point —and all points we can form in this way for all ratios taken together— form our Bézier curve:
|
||||
|
||||
<graphics-element title="Linear Interpolation leading to Bézier curves" width="825" src="./interpolation.js">
|
||||
<input type="range" min="10" max="90" step="1" value="75" class="slide-control">
|
||||
<input type="range" min="10" max="90" step="1" value="25" class="slide-control">
|
||||
</graphics-element>
|
||||
|
||||
And that brings us to the complicated maths: calculus.
|
||||
|
Reference in New Issue
Block a user