소스 검색

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;
-
 }