mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
Automated build
This commit is contained in:
4
docs/zh-CN/index.html
generated
4
docs/zh-CN/index.html
generated
@@ -41,7 +41,7 @@
|
||||
<meta property="og:locale" content="zh-CN" />
|
||||
<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-09-04T16:56:44+00:00" />
|
||||
<meta property="og:updated_time" content="2021-10-21T18:48:35+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" />
|
||||
@@ -3649,7 +3649,7 @@ generateRMFrames(steps) -> frames:
|
||||
<p>
|
||||
The derivative of a quadratic Bézier curve is a linear Bézier curve, interpolating between just two terms, which means finding the
|
||||
solution for "where is this line 0" is effectively trivial by rewriting it to a function of <code>t</code> and solving. First we turn our
|
||||
cubic Bézier function into a quadratic one, by following the rule mentioned at the end of the
|
||||
quadratic Bézier function into a linear one, by following the rule mentioned at the end of the
|
||||
<a href="#derivatives">derivatives section</a>:
|
||||
</p>
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user