Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c147 double cos_deg( double deg ) in cos_deg() function
483 vert_ne.y = vert_nw.y = (float) cos_deg(long_hi) * RADIUS; in DrawBoingBallBand()
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()

Completed in 2 milliseconds