Go to the source code of this file.
Classes | |
struct | Eigen::SplineFitting< SplineType > |
Spline fitting methods. More... | |
Namespaces | |
namespace | Eigen |
Functions | |
template<typename PointArrayType , typename KnotVectorType > | |
void | Eigen::ChordLengths (const PointArrayType &pts, KnotVectorType &chord_lengths) |
Computes chord length parameters which are required for spline interpolation. | |
template<typename KnotVectorType > | |
void | Eigen::KnotAveraging (const KnotVectorType ¶meters, DenseIndex degree, KnotVectorType &knots) |
Computes knot averages.The knots are computed as
where is the degree and the number knots of the desired interpolating spline. |