mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-01-17 05:28:31 +01:00
Automated build
This commit is contained in:
parent
356ec4e65d
commit
b479e2aa86
6
docs/index.html
generated
6
docs/index.html
generated
@ -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-10-21T18:48:35+00:00" />
|
||||
<meta property="og:updated_time" content="2021-12-22T16:11:03+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" />
|
||||
@ -4737,8 +4737,8 @@ function getCubicRoots(pa, pb, pc, pd) {
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will either be self-intersecting (yielding a loop). We won't
|
||||
know <em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will be self-intersecting (yielding a loop). We won't know
|
||||
<em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
6
docs/ja-JP/index.html
generated
6
docs/ja-JP/index.html
generated
@ -41,7 +41,7 @@
|
||||
<meta property="og:locale" content="ja-JP" />
|
||||
<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-10-21T18:48:35+00:00" />
|
||||
<meta property="og:updated_time" content="2021-12-22T16:11:03+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" />
|
||||
@ -4771,8 +4771,8 @@ function getCubicRoots(pa, pb, pc, pd) {
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will either be self-intersecting (yielding a loop). We won't
|
||||
know <em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will be self-intersecting (yielding a loop). We won't know
|
||||
<em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<meta property="og:locale" content="en-GB" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="Fri Sep 18 2020 00:00:00 +00:00" />
|
||||
<meta property="og:updated_time" content="Thu Oct 21 2021 18:48:35 +00:00" />
|
||||
<meta property="og:updated_time" content="Wed Dec 22 2021 16:11:03 +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" />
|
||||
|
@ -34,7 +34,7 @@
|
||||
<meta property="og:locale" content="en-GB" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="Sun Nov 22 2020 00:00:00 +00:00" />
|
||||
<meta property="og:updated_time" content="Thu Oct 21 2021 18:48:35 +00:00" />
|
||||
<meta property="og:updated_time" content="Wed Dec 22 2021 16:11:03 +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" />
|
||||
|
2
docs/news/index.html
generated
2
docs/news/index.html
generated
@ -33,7 +33,7 @@
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:locale" content="en-GB" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="Thu Oct 21 2021 18:48:35 GMT+0000 (Coordinated Universal Time)" />
|
||||
<meta property="og:published_time" content="Wed Dec 22 2021 16:11:03 GMT+0000 (Coordinated Universal Time)" />
|
||||
<meta property="og:updated_time" content="" />
|
||||
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
|
||||
<meta property="og:section" content="Bézier Curves" />
|
||||
|
@ -6,7 +6,7 @@
|
||||
<atom:link href="https://pomax.github.io/bezierinfo" rel="self"></atom:link>
|
||||
<description>News updates for the <a href="https://pomax.github.io/bezierinfo">primer on Bézier Curves</a> by Pomax</description>
|
||||
<language>en-GB</language>
|
||||
<lastBuildDate>Thu Oct 21 2021 18:48:35 +00:00</lastBuildDate>
|
||||
<lastBuildDate>Wed Dec 22 2021 16:11:03 +00:00</lastBuildDate>
|
||||
<image>
|
||||
<url>https://pomax.github.io/bezierinfo/images/og-image.png</url>
|
||||
<title>A Primer on Bézier Curves</title>
|
||||
|
6
docs/ru-RU/index.html
generated
6
docs/ru-RU/index.html
generated
@ -34,7 +34,7 @@
|
||||
<meta property="og:locale" content="ru-RU" />
|
||||
<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-10-21T18:48:35+00:00" />
|
||||
<meta property="og:updated_time" content="2021-12-22T16:11:03+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" />
|
||||
@ -4968,8 +4968,8 @@ function getCubicRoots(pa, pb, pc, pd) {
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will either be self-intersecting (yielding a loop). We won't
|
||||
know <em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will be self-intersecting (yielding a loop). We won't know
|
||||
<em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
6
docs/uk-UA/index.html
generated
6
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-10-21T18:48:35+00:00" />
|
||||
<meta property="og:updated_time" content="2021-12-22T16:11:03+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" />
|
||||
@ -4942,8 +4942,8 @@ function getCubicRoots(pa, pb, pc, pd) {
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will either be self-intersecting (yielding a loop). We won't
|
||||
know <em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will be self-intersecting (yielding a loop). We won't know
|
||||
<em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
6
docs/zh-CN/index.html
generated
6
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-10-21T18:48:35+00:00" />
|
||||
<meta property="og:updated_time" content="2021-12-22T16:11:03+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" />
|
||||
@ -4747,8 +4747,8 @@ function getCubicRoots(pa, pb, pc, pd) {
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will either be self-intersecting (yielding a loop). We won't
|
||||
know <em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
...anywhere inside the red zone, but not on its boundaries, the curve will be self-intersecting (yielding a loop). We won't know
|
||||
<em>where</em> it self-intersects (in terms of <em>t</em> values), but we are guaranteed that it does.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
3668
package-lock.json
generated
3668
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user