1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

Automated build

This commit is contained in:
Bezierinfo CI
2021-12-22 16:11:34 +00:00
parent 356ec4e65d
commit b479e2aa86
10 changed files with 3672 additions and 34 deletions

6
docs/ru-RU/index.html generated
View File

@@ -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>