Recent content by mmpmpmpmp

  1. M

    Uniform grid of points on a sphere

    // Bauer R. Distribution of Points on a Sphere with Application to Star Catalogs, Journal of Guidance, Control, and Dynamics (2000) for (lI = 0; lI < lN; lI++) { dH = 1 - (2 * lI + 1) / double(lN); dAzimuthalAngle[lI] = acos(dH); dPolarAngle[lI] = sqrt(lN...
Back
Top