Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c311 GLfloat lon_deg; /* degree of longitude */ in DrawBoingBall() local
366 for ( lon_deg = 0; in DrawBoingBall()
367 lon_deg < 180; in DrawBoingBall()
368 lon_deg += STEP_LONGITUDE ) in DrawBoingBall()
373 DrawBoingBallBand( lon_deg, in DrawBoingBall()
374 lon_deg + STEP_LONGITUDE ); in DrawBoingBall()

Completed in 1 milliseconds