mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fixed minor typo in SplineFitting.
This commit is contained in:
parent
8328caa618
commit
5eb2790be0
@ -167,7 +167,7 @@ namespace Eigen
|
|||||||
derivativeKnots.data(), derivativeKnots.data() + derivativeKnots.size(),
|
derivativeKnots.data(), derivativeKnots.data() + derivativeKnots.size(),
|
||||||
temporaryKnots.data());
|
temporaryKnots.data());
|
||||||
|
|
||||||
// Number of control points (one for each point and derivative) plus spline order.
|
// Number of knots (one for each point and derivative) plus spline order.
|
||||||
DenseIndex numKnots = numParameters + numDerivatives + degree + 1;
|
DenseIndex numKnots = numParameters + numDerivatives + degree + 1;
|
||||||
knots.resize(numKnots);
|
knots.resize(numKnots);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user