ecspresso
    Preparing search index...
    • Convert spherical coordinates to cartesian. Y-up convention (Three.js default). Azimuth rotates in the XZ plane; elevation goes from XZ plane toward +Y.

      Parameters

      • azimuth: number
      • elevation: number
      • distance: number
      • out: { x: number; y: number; z: number }

      Returns void