
This formula defines a cubic Bézier curve, which is a parametric curve widely used in computer graphics and geometric modeling.
Use this formula when designing smooth curves defined by control points in graphics, animation or CAD systems.
For t=0.5, the curve is evaluated by blending all control points using cubic weights.
Computer graphics
Font design
Animation paths
CAD modeling
UI/UX design
Game development