|
ndcurves 2.3.0
create and manipulate spline and bezier curves.
|
#include <math.h>#include <stdexcept>#include <vector>#include "MathDefs.h"#include "curve_abc.h"

Go to the source code of this file.
Classes | |
| struct | Bern< Numeric > |
Namespaces | |
| namespace | ndcurves |
Functions | |
| template<typename Numeric> | |
| std::vector< Bern< Numeric > > | makeBernstein (const unsigned int n) |
| Computes all Bernstein polynomes for a certain degree. | |