ソースを参照

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[];
 
-	getPoint( t: number, optionalTarget?: Vector3 ): Vector3;
-
 }