Searched refs:angleV (Results 1 – 1 of 1) sorted by relevance
168 double angleV = Math.PI * 2 * j / vSteps; in generateTorusGrid() local169 float cosV = (float) Math.cos(angleV); in generateTorusGrid()170 float sinV = (float) Math.sin(angleV); in generateTorusGrid()