Skip to content

Commit 632ee28

Browse files
committed
update: modify description.
1 parent b4e46e1 commit 632ee28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LNLib/Geometry/Curve/NurbsCurve.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,9 +2317,9 @@ bool LNLib::NurbsCurve::WeightedAndContrainedLeastSquaresApproximation(int degre
23172317
//
23182318
// My question:
23192319
//
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?
2320+
// N is (mu + 1) rows, (n + 1) columns;
2321+
// funs is 2 rows, (degree + 1) columns;
2322+
// How to match column data? Is controlPointsCount must equal degree + 1?
23232323
//
23242324
for (int z = 0; z < funs[0].size(); z++)
23252325
{

0 commit comments

Comments
 (0)