HomeSort by relevance Sort by last modified time
    Searched full:newz (Results 1 - 2 of 2) sorted by null

  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 262 float newz = (float)(Math.cos(xrot) * z - Math.sin(xrot) * y); local
265 float newx = (float)(Math.sin(yrot) * newz + Math.cos(yrot) * x);
266 newz = (float)(Math.cos(yrot) * newz - Math.sin(yrot) * x);
269 float screenX = newx / (4 - newz / 400);
270 float screenY = newy / (4 - newz / 400);
  /external/javassist/tutorial/
tutorial2.html 80 parameter <code>newZ</code> to a method:
87 <ul><pre>void move(int newX, int newY, int newZ) {
88 // do what you want with newZ.
    [all...]

Completed in 644 milliseconds