未验证 提交 43c82307 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19509 from linbingquan/dev-cleanup-ts

TS: Clean up
......@@ -3,12 +3,6 @@ import { Vector3 } from './Vector3';
import { Plane } from './Plane';
import { Box3 } from './Box3';
export interface SplineControlPoint {
x: number;
y: number;
z: number;
}
export class Triangle {
constructor( a?: Vector3, b?: Vector3, c?: Vector3 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册