Command |
Name | Description | |
---|---|---|
AppendQuadraticBezierRel(Point2D, Point2D) | Marks a quadratic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point. | |
AppendQuadraticBezierRel(Point3D, Point3D) | Marks a quadratic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point. | |
AppendQuadraticBezierRel(Double, Double, Double, Double) | Marks a quadratic Bezier curve in 2D from the current position, using the control-point coordinates, to the end-point. | |
AppendQuadraticBezierRel(Double, Double, Double, Double, Double, Double) | Marks a quadratic Bezier curve in 3D from the current position, using the control-point coordinates, to the end-point. |