Command |
Marks a quadratic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point.
public void AppendQuadraticBezierRel( Point2D target, Point2D control )
Appends a MARK_BEZIER_REL command to the list.
The geometry of Bezier curves, as implemented on the SP-ICE-3 Card, is discussed in 9.1.4 Bezier curves.