A bezier segment.
Cubic Bezier segment starts from P0
, flies in tangent to direction from P0
to P1
,
then lands in direction from P2
to P3
, to finally end exactly at P3
.
For more information, refer to work with vector graphics.