Add todo list
This commit is contained in:
@@ -685,7 +685,7 @@ const Move = (() => {
|
||||
|
||||
return [...edgeColl, ...cornerColl];
|
||||
}
|
||||
// Math.round(3.141592653589793e+15 / 1)
|
||||
|
||||
function vector(x, y) {
|
||||
const vector = { x: x, y: y };
|
||||
vector.magnitude = Math.sqrt(x**2+y**2);
|
||||
|
||||
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user