Spherical
Represents points in 3D space as spherical coordinates.
Instances are mutable and not thread-safe; confine an instance to a single thread, exactly as in three.js.
Parameters
radius
The radius, or the Euclidean distance (straight-line distance) from the point to the origin.
phi
The polar angle in radians from the y (up) axis.
theta
The equator/azimuthal angle in radians around the y (up) axis.