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

Automated build

This commit is contained in:
Bezierinfo CI
2023-06-05 00:41:46 +00:00
parent 7a906b9e1f
commit 1febbb439b
10 changed files with 16 additions and 16 deletions

4
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="2023-03-14T16:44:19+00:00" />
<meta property="og:updated_time" content="2023-06-05T00:41:07+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" />
@@ -5027,7 +5027,7 @@ T = │ 0 1 -P │ · │ y │ = │ 0 · x + 1 · y - P · 1 │ =
<img class="LaTeX SVG" src="./images/chapters/canonical/2b6478075f2f9f5e5973e01b3b3a0c8b.svg" width="195px" height="53px" loading="lazy" />
<p>
So we want some shearing value that, when multiplied by <em>y</em>, yields <em>-x</em>, so our x coordinate becomes zero. That value is
simply <em>-x/y</em>, because *-x/y * y = -x*. Done:
simply <em>-x/y</em>, because <em>-x/y \</em> y = -x*. Done:
</p>
<!--