Home
last modified time | relevance | path

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

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2); in drawLine() local
226 float stopY = newy2 / (4 - newz2 / 400); in drawLine()