Pārlūkot izejas kodu

Update Spherical.d.ts

[spherical.makeSafe()](https://github.com/mrdoob/three.js/blob/950a3df93c9d8d8a6324962139c066eaad654a9e/src/math/Spherical.js#L57) is fluent:
Alec McEachran 5 gadi atpakaļ
vecāks
revīzija
14ac6115f1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/math/Spherical.d.ts

+ 1 - 1
src/math/Spherical.d.ts

@@ -11,7 +11,7 @@ export class Spherical {
 	set( radius: number, phi: number, theta: number ): this;
 	set( radius: number, phi: number, theta: number ): this;
 	clone(): this;
 	clone(): this;
 	copy( other: Spherical ): this;
 	copy( other: Spherical ): this;
-	makeSafe(): void;
+	makeSafe(): this;
 	setFromVector3( v: Vector3 ): this;
 	setFromVector3( v: Vector3 ): this;
 	setFromCartesianCoords( x: number, y: number, z: number ): this;
 	setFromCartesianCoords( x: number, y: number, z: number ): this;