Home
last modified time | relevance | path

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

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java218 float newx2 = (float)(Math.sin(yrot) * newz2 + Math.cos(yrot) * x2); in drawLine() local
225 float stopX = newx2 / (4 - newz2 / 400); in drawLine()