|
ndcurves 2.1.0
create and manipulate spline and bezier curves.
|
#include <vector>#include "ndcurves/bezier_curve.h"#include "ndcurves/fwd.h"#include "ndcurves/linear_variable.h"#include "ndcurves/polynomial.h"#include "ndcurves/quadratic_variable.h"
Go to the source code of this file.
Namespaces | |
| namespace | ndcurves |
Functions | |
| template<typename PointList , typename T_Point > | |
| T_Point | ndcurves::vectorFromEigenArray (const PointList &array) |
| template<typename PointList , typename T_Point > | |
| T_Point | ndcurves::vectorFromEigenVector (const PointList &vector) |
| template<typename T_point , typename PointList > | |
| PointList | ndcurves::vectorToEigenArray (const T_point &vect) |