5#include "software/geom/point.h"
6#include "software/geom/spline2d.h"
76 static const Point deCasteljauAlgorithm(
const std::vector<Point>& points,
87 const Vector computePolynomialCoefficients(
const size_t order_of_coefficients)
const;
90 const std::vector<Point> control_points;
Definition bezier_curve2d.h:19
const Point getValueAt(double t) const
Definition bezier_curve2d.cpp:15
bool operator==(const BezierCurve2d &other) const
Polynomial2d getPolynomial() const
Definition bezier_curve2d.cpp:21
Definition polynomial2d.h:10