draw-spline in dc<%>
Draws a three-point spline using the current pen.
See also
set-smoothing for information on the 'aligned smoothing mode.
(-> voidsenda-dcdraw-splinex1y1x2y2x3y3)
x1: real number
y1: real number
x2: real number
y2: real number
x3: real number
y3: real numberDraws a spline from (
x1,y1) to (x3,y3) using (x2,y2) as the control point.Restrictions on the magnitude of drawing coordinates are described with
dc<%>.