浏览代码

Merge pull request #16616 from sciecode/dev2

Triangle: fix import d.ts
Michael Herzog 6 年之前
父节点
当前提交
3b7fd5487c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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';