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

passed lint

deleted trailing spaces
ycw 4 жил өмнө
parent
commit
2444a12fb6

+ 1 - 1
src/extras/core/Curve.d.ts

@@ -76,7 +76,7 @@ export class Curve<T extends Vector> {
 	 * getTangentAt(u: number, optionalTarget?: T): T;
 	 */
 	getTangentAt( u: number, optionalTarget?: T ): T;
-	
+
 	/**
 	 * Generate Frenet frames of the curve
 	 */