Searched refs:angleStepJ (Results 1 – 1 of 1) sorted by relevance
62 float angleStepJ = ((2.0f * (float) Math.PI) / nSlices); in Sphere() local87 float sinj = (float) Math.sin(angleStepJ * j); in Sphere()89 float cosj = (float) Math.cos(angleStepJ * j); in Sphere()