Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c444 vertex_t vert_sw; in DrawBoingBallBand() local
484 vert_sw.y = vert_se.y = (float) cos_deg(long_lo) * RADIUS; in DrawBoingBallBand()
494 vert_sw.x = (float) cos_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
499 vert_sw.z = (float) sin_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
506 CrossProduct( vert_ne, vert_nw, vert_sw, &vert_norm ); in DrawBoingBallBand()
511 glVertex3f( vert_sw.x, vert_sw.y, vert_sw.z ); in DrawBoingBallBand()
522 printf( "vert_sw x = %.8f y = %.8f z = %.8f \n", vert_sw in DrawBoingBallBand()
[all...]

Completed in 2 milliseconds