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

  /development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java 67 float cosTheta = (float) Math.cos(theta);
70 vertices[vidx++] = toFixed(centerX + innerRadius * cosTheta);
74 vertices[vidx++] = toFixed(centerX + outerRadius * cosTheta);
LatLongSphere.java 52 float cosTheta = (float) Math.cos(theta);
60 float x = cosTheta * sinPhi;
GlobalTime.java 483 float[] cosTheta = new float[lightWidth];
489 cosTheta[i] = (float)Math.cos(theta);
518 float x = cosTheta[lx]*sin;
    [all...]

Completed in 123 milliseconds