We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365275 commit 980dee3Copy full SHA for 980dee3
1 file changed
3-animation/1-bezier-curve/article.md
@@ -26,7 +26,7 @@ If you look closely at these curves, you can immediately notice:
26
27
1. **Points are not always on curve.** That's perfectly normal, later we'll see how the curve is built.
28
2. **The curve order equals the number of points minus one**.
29
-For two points we have a linear curve (that's a straight line), for three points -- quadratic curve (parabolic), for three points -- cubic curve.
+For two points we have a linear curve (that's a straight line), for three points -- quadratic curve (parabolic), for four points -- cubic curve.
30
3. **A curve is always inside the [convex hull](https://en.wikipedia.org/wiki/Convex_hull) of control points:**
31
32
 
0 commit comments