Reformat code
This commit is contained in:
parent
6e27539eca
commit
420cd788c4
94 changed files with 10592 additions and 2608 deletions
4
src/app/interfaces/vector.ts
Normal file
4
src/app/interfaces/vector.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export interface Vector {
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue