mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 11:40:27 +02:00
updated curve fitting 'revisiting' forumula
This commit is contained in:
@@ -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-06-07T15:25:25+00:00" />
|
||||
<meta property="og:updated_time" content="2021-07-11T16:48:57+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" />
|
||||
@@ -6887,14 +6887,14 @@ findClosest(start, p, r, LUT):
|
||||
<!--
|
||||
\setmainfont[Ligatures=TeX]TeX Gyre Pagella \setmathfontTeX Gyre Pagella Math
|
||||
|
||||
┌ a 0 0 ┐ ┌ 1 0 0 ┐ ┌ a ┐
|
||||
B = T · M · C = ┌ 2 ┐ · │ -2a 2b 0 │ = ┌ 2 ┐ · │ -2 2 0 │ · │ b │
|
||||
quadratic └ 1 t t ┘ └ a -2b c ┘ └ 1 t t ┘ └ 1 -2 1 ┘ └ c ┘
|
||||
┌ a + 0 + 0 ┐ ┌ 1 0 0 ┐ ┌ a ┐
|
||||
B = T · M · C = ┌ 2 ┐ · │ -2a + 2b + 0 │ = ┌ 2 ┐ · │ -2 2 0 │ · │ b │
|
||||
quadratic └ 1 t t ┘ └ a + -2b + c ┘ └ 1 t t ┘ └ 1 -2 1 ┘ └ c ┘
|
||||
-->
|
||||
<img
|
||||
class="LaTeX SVG"
|
||||
src="./images/chapters/curvefitting/134baa1043d0849f31a1943d6d5bc607.svg"
|
||||
width="565px"
|
||||
src="./images/chapters/curvefitting/db85a7a46b869c892662c26b6aea15a1.svg"
|
||||
width="616px"
|
||||
height="53px"
|
||||
loading="lazy"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user