Improve drawing with digital zone highligts, futher colour tweaks, & thicker lines in GL.

It's also now no longer possible to trigger NW & SE angles when digital is set to 4 direction.
This commit is contained in:
2022-11-18 05:44:30 +11:00
parent 0cf89816cd
commit 4255841a6b
9 changed files with 177 additions and 42 deletions

View File

@ -6,6 +6,9 @@
#define PI 3.141592653589793238462643383279502884L
#define TAU 6.283185307179586476925286766559005768L
#define RAD2DEG 57.2957795130823208768
#define DEG2RAD 0.01745329251994329577
typedef double vec_t;
typedef struct { vec_t x, y; } vector;