Home
last modified time | relevance | path

Searched refs:newx1 (Results 1 – 1 of 1) sorted by relevance

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java217 float newx1 = (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1); in drawLine() local
223 float startX = newx1 / (4 - newz1 / 400); in drawLine()