Constructors
constructor
- new Spherical(radius?, phi?, theta?): Spherical
Parameters
Optional
radius: numberOptional
phi: numberOptional
theta: number
Properties
phi
phi: number
radius
radius: number
theta
theta: number
Methods
clone
- clone(): this
Returns this
copy
- copy(other): this
Returns this
makeSafe
- makeSafe(): this
Returns this
set
- set(radius, phi, theta): this
Parameters
- radius: number
- phi: number
- theta: number
Returns this
setFromCartesianCoords
- setFromCartesianCoords(x, y, z): this
Parameters
- x: number
- y: number
- z: number
Returns this
setFromVector3
- setFromVector3(v): this
Returns this
Default