OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newx1
(Results
1 - 1
of
1
) sorted by null
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java
217
float
newx1
= (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1);
local
223
float startX =
newx1
/ (4 - newz1 / 400);
Completed in 197 milliseconds