We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e46e1 commit 632ee28Copy full SHA for 632ee28
src/LNLib/Geometry/Curve/NurbsCurve.cpp
@@ -2317,9 +2317,9 @@ bool LNLib::NurbsCurve::WeightedAndContrainedLeastSquaresApproximation(int degre
2317
//
2318
// My question:
2319
2320
- // N is mu2 rows, n+1 columns;
2321
- // funs is degree+1 rows;
2322
- // How to match data? Is controlPointsCount must equal degree + 1?
+ // N is (mu + 1) rows, (n + 1) columns;
+ // funs is 2 rows, (degree + 1) columns;
+ // How to match column data? Is controlPointsCount must equal degree + 1?
2323
2324
for (int z = 0; z < funs[0].size(); z++)
2325
{
0 commit comments