Home | History | Annotate | Download | only in globaltime

Lines Matching defs:theta

488             float theta = twoPi - i * scaleW;
489 cosTheta[i] = (float)Math.cos(theta);
490 sinTheta[i] = (float)Math.sin(theta);
1028 float theta = Shape.TWO_PI * seconds / SECONDS_PER_DAY;
1032 float sinTheta = (float) Math.sin(theta);
1033 float cosTheta = (float) Math.cos(theta);