CurveToV Class Documentation
classCurveToV : SegmentNamespace:datalogics_interface
- Inherits from:
Segment
Detailed Description
The current point is the beginning point in the curve.
The name CurveToV is drawn from the "V" path construction operator.
Uses types
Constructor & Destructor Documentation
CurveToV
CurveToV(const Point &p2, const Point &p3)Parameters
p2: const Point &the second 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 the current point and point2 as the Bézier control points. The new current point is point3.
CurveToV
CurveToV(doublex2, doubley2, doublex3, doubley3)Parameters
x2: doublethe second control point.
y2: doublethe new current point.
x3: doublethe append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using the c...
y3: doublethe append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using the c...
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using the current point and point2 as the Bézier control points. The new current point is point3.
~CurveToV
~CurveToV()