Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c445 vertex_t vert_se; in DrawBoingBallBand() local
484 vert_sw.y = vert_se.y = (float) cos_deg(long_lo) * RADIUS; in DrawBoingBallBand()
492 vert_se.x = (float) cos_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
497 vert_se.z = (float) sin_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
512 glVertex3f( vert_se.x, vert_se.y, vert_se.z ); in DrawBoingBallBand()
521 printf( "vert_se x = %.8f y = %.8f z = %.8f \n", vert_se.x, vert_se in DrawBoingBallBand()
[all...]

Completed in 1 milliseconds