Command |
Marks a cubic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point.
public void AppendCubicBezierAbs( Point3D target, Point3D control0, Point3D control1 )
Appends a MARK_BEZIER_CUBIC_3D_ABS 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.