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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.h76 static GLfloat CalcRotateSpeed(unsigned long acceltime);
H A Dcube.cpp323 GLfloat TestGLCanvas::CalcRotateSpeed( unsigned long acceltime ) function in class:TestGLCanvas
345 s1 = CalcRotateSpeed( lasttime );
346 s2 = CalcRotateSpeed( acceltime );

Completed in 110 milliseconds