Searched refs:phi (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/glut/
H A Dglut_shapes.c188 GLfloat theta, phi, theta1; local
204 phi = 0.0;
208 phi += sideDelta;
209 cosPhi = cos(phi);
210 sinPhi = sin(phi);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h147 void Set(const float alpha, const float theta, const float phi);
H A DChartWindow.cpp275 TMatrix::Set(const float alpha, const float theta, const float phi) argument
284 cA = cos(phi);
285 sA = sin(phi);

Completed in 94 milliseconds