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:
7
docs/uk-UA/index.html
generated
7
docs/uk-UA/index.html
generated
@@ -39,7 +39,7 @@
|
||||
<meta property="og:locale" content="uk-UA" />
|
||||
<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" />
|
||||
@@ -1731,9 +1731,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"
|
||||
|
Reference in New Issue
Block a user