Searched refs:newz2 (Results 1 – 1 of 1) sorted by relevance
214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2); in drawLine() local218 float newx2 = (float)(Math.sin(yrot) * newz2 + Math.cos(yrot) * x2); in drawLine()220 newz2 = (float)(Math.cos(yrot) * newz2 - Math.sin(yrot) * x2); in drawLine()225 float stopX = newx2 / (4 - newz2 / 400); in drawLine()226 float stopY = newy2 / (4 - newz2 / 400); in drawLine()