math docs
    Preparing search index...

    Type Alias Spherical

    Spherical: [r: number, theta: number, phi: number]

    A point in spherical coordinates [r, theta, phi] (Three.js / OpenGL convention) r - radial distance from the origin theta - azimuthal angle in the XZ plane from the +Z axis (radians, range [-π, π]) phi - polar angle from the +Y axis (radians, range [0, π])