Skip to content

Commit cada025

Browse files
unFinal changes
1 parent 5765b4f commit cada025

File tree

12 files changed

+153936
-4
lines changed

12 files changed

+153936
-4
lines changed

Diff for: Composite Transformation/Code/sketch.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@
6262
[0, 0, 1]
6363
];
6464

65-
let mat = t;
66-
// let mat = multiply(t, s);
67-
// mat = multiply(mat, r);
68-
65+
// let mat = t;
66+
// let mat = s;
67+
// let mat = r;
68+
let mat = multiply(t, s);
69+
mat = multiply(mat, r);
70+
//
6971
return mat;
7072
}
7173

Diff for: Projections/p5/.DS_Store

6 KB
Binary file not shown.

Diff for: Projections/p5/addons/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)