Bézier Curve Evaluation

Home > Mathematics > Algebra > Functions & transformations

Bézier Curve Evaluation

Bézier Curve Evaluation
\[B(t)=(1-t)^3P_0+3(1-t)^2tP_1+3(1-t)t^2P_2+t^3P_3\]

Variables

B(t) = curve point
t = parameter (0 to 1)
P0 = start point
P1 = control point 1
P2 = control point 2
P3 = end point

Description

What is this formula?

This formula defines a cubic Bézier curve, which is a parametric curve widely used in computer graphics and geometric modeling.


When to use it

Use this formula when designing smooth curves defined by control points in graphics, animation or CAD systems.


Example

For t=0.5, the curve is evaluated by blending all control points using cubic weights.


Applications

Computer graphics

Font design

Animation paths

CAD modeling

UI/UX design

Game development


Download the fCalc app to calculate this formula and thousands more:


Language

English | Spanish |