Switching connection to a barycenter approach
This commit is contained in:
parent
5ffc5a420e
commit
2a8e3ea323
3 changed files with 60 additions and 36 deletions
4
back/src/Model/PositionInterface.ts
Normal file
4
back/src/Model/PositionInterface.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface PositionInterface {
|
||||
x: number,
|
||||
y: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue