File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
3-animation/1-bezier-curve Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ If you look closely at these curves, you can immediately notice:
2626
27271 . ** Points are not always on curve.** That's perfectly normal, later we'll see how the curve is built.
28282 . ** 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.
29+ For two points we have a linear curve (that's a straight line), for three points -- quadratic curve (parabolic), for four points -- cubic curve.
30303 . ** A curve is always inside the [ convex hull] ( https://en.wikipedia.org/wiki/Convex_hull ) of control points:**
3131
3232 ![ ] ( bezier4-e.png ) ![ ] ( bezier3-e.png )
You can’t perform that action at this time.
0 commit comments