Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c442 vertex_t vert_ne; /* "ne" means south-east, so on */ in DrawBoingBallBand() local
483 vert_ne.y = vert_nw.y = (float) cos_deg(long_hi) * RADIUS; in DrawBoingBallBand()
491 vert_ne.x = (float) cos_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
496 vert_ne.z = (float) sin_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
506 CrossProduct( vert_ne, vert_nw, vert_sw, &vert_norm ); in DrawBoingBallBand()
509 glVertex3f( vert_ne.x, vert_ne.y, vert_ne.z ); in DrawBoingBallBand()
519 printf( "vert_ne x = %.8f y = %.8f z = %.8f \n", vert_ne in DrawBoingBallBand()
[all...]

Completed in 1 milliseconds