Skip to content
Snippets Groups Projects
Commit 5f7421e5 authored by siflfran's avatar siflfran
Browse files

Teilungsverhaeltnis: goldener Schnitt

parent 2afecea8
No related branches found
No related tags found
No related merge requests found
......@@ -106,9 +106,9 @@ void draw_sunriset(Display *dpy,
int color,
int type)
{
#define CIV_SUNSIZE .70
#define NAUT_SUNSIZE .70
#define ASTRO_SUNSIZE .70
#define CIV_SUNSIZE .618033989
#define NAUT_SUNSIZE CIV_SUNSIZE
#define ASTRO_SUNSIZE CIV_SUNSIZE
int x, y;
unsigned int width, height;
int angle1, angle2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment