Searched refs:newx (Results 1 – 1 of 1) sorted by relevance
265 float newx = (float)(Math.sin(yrot) * newz + Math.cos(yrot) * x); in rotateAndProjectPoints() local269 float screenX = newx / (4 - newz / 400); in rotateAndProjectPoints()