BezierFunction

WMA link


BezierFunction[{$pt_1$, $pt_2$, ...}]

returns a Bézier function for the curve defined by points $pt_i$.
The embedding dimension for the curve represented by BezierFunction[{$pt_1$,$pt_2$,...}] is given by the length of the lists $pt_i$.

=

=

Plotting the Bézier Function accoss a Bézier curve:

BezierCurve