From b3950330e3351437f153c6c1debb3821d6e28864 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 8 Dec 2018 12:39:18 +0100 Subject: Create Electron app --- src/math/collision.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/math/collision.ts (limited to 'src/math/collision.ts') diff --git a/src/math/collision.ts b/src/math/collision.ts deleted file mode 100644 index 3df811a..0000000 --- a/src/math/collision.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Movement } from './line'; - -import { vec2 } from 'gl-matrix'; - -export interface Collidable { - collide(out: vec2, move: Movement, r: number): boolean; -} -- cgit v1.2.3