

Bezier spline is a way to define a curve by sequence of 
  two end points and one or more control points which control
  the curve.
  Two end points are called Anchor Points.
  The bezier splines with two control points are called Cubic Bezier Spline.