Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c60 void DrawBoingBallBand( GLfloat long_lo, GLfloat long_hi );
436 * Parms: long_lo, long_hi
439 void DrawBoingBallBand( GLfloat long_lo, in DrawBoingBallBand() argument
484 vert_sw.y = vert_se.y = (float) cos_deg(long_lo) * RADIUS; in DrawBoingBallBand()
491 vert_ne.x = (float) cos_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
492 vert_se.x = (float) cos_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
493 vert_nw.x = (float) cos_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
494 vert_sw.x = (float) cos_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
496 vert_ne.z = (float) sin_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
497 vert_se.z = (float) sin_deg( lat_deg ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()
[all...]

Completed in 1 milliseconds