feat: makeVector
This commit is contained in:
parent
17ce38f8ab
commit
81469233d4
|
@ -20,6 +20,10 @@ export default {
|
||||||
return object;
|
return object;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
makeVector: (x, y) => {
|
||||||
|
return [x, y];
|
||||||
|
},
|
||||||
|
|
||||||
log: (...args) => {
|
log: (...args) => {
|
||||||
return console.log(...args);
|
return console.log(...args);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user