Browse Source

Triangle: fix import d.ts

Guilherme Avila 6 years ago
parent
commit
2ba4234051
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/math/Triangle.d.ts

+ 1 - 0
src/math/Triangle.d.ts

@@ -1,3 +1,4 @@
+import { Vector2 } from './Vector2';
 import { Vector3 } from './Vector3';
 import { Vector3 } from './Vector3';
 import { Plane } from './Plane';
 import { Plane } from './Plane';
 import { Box3 } from './Box3';
 import { Box3 } from './Box3';