mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-14 06:59:06 -04:00
Rename forgotten variables in previous refactoring.
This commit is contained in:
parent
6ea63fde43
commit
ee7147d58e
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ var PathFitter = Base.extend({
|
||||||
// C[1][0] += a1.dot(a2);
|
// C[1][0] += a1.dot(a2);
|
||||||
C[1][0] = C[0][1];
|
C[1][0] = C[0][1];
|
||||||
C[1][1] += a2.dot(a2);
|
C[1][1] += a2.dot(a2);
|
||||||
X[0] += A[i][0].dot(tmp);
|
X[0] += a1.dot(tmp);
|
||||||
X[1] += A[i][1].dot(tmp);
|
X[1] += a2.dot(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute the determinants of C and X
|
// Compute the determinants of C and X
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue