OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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