92 std::vector<CLPoint> pts = std::vector<CLPoint>();
96 pts.push_back(lastSeg.
getEnd());
97 std::vector<CLPoint> bezierPts = bezier->
curvePts(pts);
98 size_t num = bezierPts.size();
void scale(C_FLOAT64 zoomFactor)
const CLPoint & getBase1() const
const CLPoint & getBase2() const
const CLPoint & getEnd() const
const C_FLOAT64 & getX() const
Header file of class BezierCurve.
const C_FLOAT64 & getY() const
std::vector< CLPoint > curvePts(const std::vector< CLPoint > &pts)
void invertOrderOfPoints()
CLMetabReferenceGlyph::Role mRole
void scale(const double &scaleFactor)
void setLine(CLLineSegment l)
const CLPoint & getStart() const
std::vector< CLLineSegment > mvCurveSegments