Selaa lähdekoodia

Update CatmullRomCurve3.d.ts

Marquizzo 5 vuotta sitten
vanhempi
commit
78a7a681ba
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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;
-
 }