CurveToY Class Documentation
classCurveToY : SegmentNamespace:datalogics_interface
- Inherits from:
Segment
Detailed Description
Here the new current point is the end point in the curve.
The name CurveToY is drawn from the "Y" path construction operator.
Uses types
Constructor & Destructor Documentation
CurveToY
CurveToY(const Point &p1, const Point &p3)Parameters
p1: const Point &the first control point.
p3: const Point &the new current point.
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using point1 and point3 as the Bézier control points. The new current point is point3.
CurveToY
CurveToY(doublex1, doubley1, doublex3, doubley3)Parameters
x1: doublethe first control point.
y1: doublethe new current point.
x3: doubley3: double
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using point1 and point3 as the Bézier control points. The new current point is point3.
~CurveToY
~CurveToY()