1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 02:59:58 +02:00
This commit is contained in:
Pomax
2018-06-24 11:13:43 -07:00
parent 5f6d8e60d5
commit ffb21996a1
6 changed files with 7 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ First, we construct the one-level-of-de-Casteljau-up points:
\[
\left \{ \begin{aligned}
v1 &= A' + \frac{e1 - A'}{t} \\
v2 &= A' + \frac{e2 - A'}{1 - t}
v1 &= e1 - \frac{e1 - A'}{t} \\
v2 &= e2 + \frac{e2 - A'}{1 - t}
\end{aligned} \right .
\]