Switching connection to a barycenter approach

This commit is contained in:
David Négrier 2020-04-29 22:41:48 +02:00
parent 5ffc5a420e
commit 2a8e3ea323
3 changed files with 60 additions and 36 deletions

View file

@ -0,0 +1,4 @@
export interface PositionInterface {
x: number,
y: number
}