Searched refs:theta1 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/glut/
H A Dglut_shapes.c188 GLfloat theta, phi, theta1; local
200 theta1 = theta + ringDelta;
201 cosTheta1 = cos(theta1);
202 sinTheta1 = sin(theta1);
219 theta = theta1;
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp702 double theta1 = CalcVectorAngle(1.0, 0.0, (x1dash - cxdash) / rx, local
721 double cosTheta1 = cos(theta1);
722 double sinTheta1 = sin(theta1);
723 double theta2 = theta1 + delta;
742 theta1 = theta2;

Completed in 41 milliseconds