Skip to content

Commit

Permalink
Remove Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kakol20 committed Apr 3, 2024
1 parent 5f0ac84 commit 839fc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/maths/matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ class Matrix {
return true;
}

// function arr3ToMat(c) {
// let matArr = [[c[0], c[1], c[2]]];
// return new Matrix(matArr);
// }
// function matToArr3(m) {
// return [m[0][0], m[0][1], m[0][1]];
// }

static Arr3ToMat(a) {
return new Matrix([[a[0], a[1], a[2]]]);
}
Expand Down
2 changes: 2 additions & 0 deletions src/spaces/CIEXYZ.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const CIEXYZ = (function () {
[-0.4985314, 0.0415560, 1.0572252]
]);

// const

return {
// rgb: array
// out: array
Expand Down

0 comments on commit 839fc0b

Please sign in to comment.