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

  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 59 float cosPhi = (float) Math.cos(phi);
61 float y = cosPhi;
GlobalTime.java 493 float[] cosPhi = new float[lightHeight];
498 cosPhi[j] = (float)Math.cos(phi);
519 float y = cosPhi[ly];
    [all...]

Completed in 65 milliseconds