mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-26 01:44:03 +02:00
extremities: Fix typo "cubic -> quadratic" (#330)
Co-authored-by: Alexander D'hoore <alexander.dhoore@summa.com>
This commit is contained in:
@@ -4,7 +4,7 @@ Now that we understand (well, superficially anyway) the component functions, we
|
||||
|
||||
### Quadratic curves: linear derivatives.
|
||||
|
||||
The derivative of a quadratic Bézier curve is a linear Bézier curve, interpolating between just two terms, which means finding the solution for "where is this line 0" is effectively trivial by rewriting it to a function of `t` and solving. First we turn our cubic Bézier function into a quadratic one, by following the rule mentioned at the end of the [derivatives section](#derivatives):
|
||||
The derivative of a quadratic Bézier curve is a linear Bézier curve, interpolating between just two terms, which means finding the solution for "where is this line 0" is effectively trivial by rewriting it to a function of `t` and solving. First we turn our quadratic Bézier function into a linear one, by following the rule mentioned at the end of the [derivatives section](#derivatives):
|
||||
|
||||
\[
|
||||
\begin{aligned}
|
||||
|
Reference in New Issue
Block a user