diff --git a/docs/index.html b/docs/index.html index 0e6152ce..7599fb9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,7 +38,7 @@ - + @@ -3693,7 +3693,7 @@ generateRMFrames(steps) -> frames:
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
+ quadratic Bézier function into a linear one, by following the rule mentioned at the end of the
derivatives section: