Home
last modified time | relevance | path

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

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java211 float newy1 = (float)(Math.sin(xrot) * z1 + Math.cos(xrot) * y1); in drawLine() local
224 float startY = newy1 / (4 - newz1 / 400); in drawLine()