Browse Source

Triangle: fix import d.ts

Guilherme Avila 6 năm trước cách đây
mục cha
commit
2ba4234051
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 { Plane } from './Plane';
 import { Box3 } from './Box3';