Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c139 double sin_deg( double deg ) in sin_deg() function
429 ball_y_inc = sign * 4.f * (float) sin_deg( deg ); in BounceBall()
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_l in DrawBoingBallBand()
[all...]

Completed in 2 milliseconds