28 #ifndef CBEZIERCURVE_H
29 #define CBEZIERCURVE_H
42 std::vector<CLPoint>
curvePts(
const std::vector<CLPoint>& pts);
C_FLOAT64 bernstein(C_INT32 i, C_INT32 n, C_FLOAT64 t)
C_FLOAT64 multiplyFromTo(C_INT32 n1, C_INT32 n2)
std::vector< CLPoint > curvePts(const std::vector< CLPoint > &pts)
CLPoint bezierPt(C_FLOAT64 t, std::vector< CLPoint > pts)