Home
last modified time | relevance | path

Searched defs:cosPhi (Results 1 – 2 of 2) sorted by relevance

/development/samples/GlobalTime/src/com/android/globaltime/
DLatLongSphere.java59 float cosPhi = (float) Math.cos(phi); in LatLongSphere() local
DGlobalTime.java493 float[] cosPhi = new float[lightHeight]; in loadAssets() local
1031 float cosPhi = (float) Math.cos(phi); in computeSunDirection() local