HomeSort by relevance Sort by last modified time
    Searched refs:sinPhi (Results 1 - 2 of 2) sorted by null

  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 58 float sinPhi = (float) Math.sin(phi);
60 float x = cosTheta * sinPhi;
62 float z = sinTheta * sinPhi;
GlobalTime.java 494 float[] sinPhi = new float[lightHeight];
499 sinPhi[j] = (float)Math.sin(phi);
517 float sin = sinPhi[ly];
    [all...]

Completed in 5382 milliseconds