浏览代码

Update CatmullRomCurve3.d.ts

Marquizzo 5 年之前
父节点
当前提交
78a7a681ba
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/extras/curves/CatmullRomCurve3.d.ts

+ 0 - 2
src/extras/curves/CatmullRomCurve3.d.ts

@@ -43,6 +43,4 @@ export class CatmullRomCurve3 extends Curve<Vector3> {
 
 
 	points: Vector3[];
 	points: Vector3[];
 
 
-	getPoint( t: number, optionalTarget?: Vector3 ): Vector3;
-
 }
 }