Searched refs:angleU (Results 1 – 1 of 1) sorted by relevance
172 double angleU = Math.PI * 2 * i / uSteps; in generateTorusGrid() local173 float cosU = (float) Math.cos(angleU); in generateTorusGrid()174 float sinU = (float) Math.sin(angleU); in generateTorusGrid()