1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 12:54:23 +02:00

Automated build

This commit is contained in:
Bezierinfo CI
2021-08-25 14:38:13 +00:00
parent 5a285c603d
commit 28cdd77815
9 changed files with 13 additions and 15 deletions

7
docs/index.html generated
View File

@@ -38,7 +38,7 @@
<meta property="og:locale" content="en-GB" />
<meta property="og:type" content="article" />
<meta property="og:published_time" content="2013-06-13T12:00:00+00:00" />
<meta property="og:updated_time" content="2021-08-07T18:07:39+00:00" />
<meta property="og:updated_time" content="2021-08-25T14:37:34+00:00" />
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
<meta property="og:section" content="Bézier Curves" />
<meta property="og:tag" content="Bézier Curves" />
@@ -1670,9 +1670,8 @@ function RationalBezier(3,t,w[],r[]):
</li>
</ul>
<p>
To see this in action, mouse-over the following sketch. Moving the mouse changes which curve point is explicitly evaluated using de
Casteljau's algorithm, moving the cursor left-to-right (or, of course, right-to-left), shows you how a curve is generated using this
approach.
To see this in action, move the slider for the following sketch to changes which curve point is explicitly evaluated using de Casteljau's
algorithm.
</p>
<graphics-element
title="Traversing a curve using de Casteljau's algorithm"