Browse Source

TS: Clean up

linbingquan 5 năm trước cách đây
mục cha
commit
659a99aae2
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      src/math/Triangle.d.ts

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

@@ -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 );