Bezier curves
- Are used in computer graphics to draw shapes, for CSS animation and in many other places.
- Is defined by control points. There may be 2, 3, 4 or more.
- Can be described using a mathematical formula.
- Using a drawing process: De Casteljau's algorithm.
Semantic portal