Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c65 #define STEP_LATITUDE 22.5f macro
455 lat_deg <= (360 - STEP_LATITUDE); in DrawBoingBallBand()
456 lat_deg += STEP_LATITUDE ) 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()
498 vert_nw.z = (float) sin_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo + STEP_LONGITUDE )); in DrawBoingBallBand()
499 vert_sw.z = (float) sin_deg( lat_deg + STEP_LATITUDE ) * (RADIUS * (float) sin_deg( long_lo )); in DrawBoingBallBand()

Completed in 1 milliseconds