2
0
Эх сурвалжийг харах

Update CatmullRomCurve3.d.ts

Marquizzo 5 жил өмнө
parent
commit
78a7a681ba

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