We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b2e37 + 14ac611 commit f7727f8Copy full SHA for f7727f8
src/math/Spherical.d.ts
@@ -11,7 +11,7 @@ export class Spherical {
11
set( radius: number, phi: number, theta: number ): this;
12
clone(): this;
13
copy( other: Spherical ): this;
14
- makeSafe(): void;
+ makeSafe(): this;
15
setFromVector3( v: Vector3 ): this;
16
setFromCartesianCoords( x: number, y: number, z: number ): this;
17
0 commit comments