From ae522f8a06848d467c835d87772580fa7cceb5cd Mon Sep 17 00:00:00 2001 From: mwturvey Date: Wed, 8 Feb 2017 11:42:46 -0700 Subject: Replaced rotation algorithm & cleanup --- tools/lighthousefind_tori/visualization.h | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'tools/lighthousefind_tori/visualization.h') diff --git a/tools/lighthousefind_tori/visualization.h b/tools/lighthousefind_tori/visualization.h index f0263eb..da69ed2 100644 --- a/tools/lighthousefind_tori/visualization.h +++ b/tools/lighthousefind_tori/visualization.h @@ -23,24 +23,24 @@ void markPointWithStar(FILE *file, Point point, unsigned int color); #define MAX_COLORS 18 static unsigned int COLORS[] = { - 0x00FFFF, - 0xFF00FF, - 0xFFFF00, - 0xFF0000, - 0x00FF00, - 0x0000FF, - 0x0080FF, - 0x8000FF, - 0x80FF00, - 0x00FF80, - 0xFF0080, - 0xFF8000, - 0x008080, - 0x800080, - 0x808000, - 0x000080, - 0x008000, - 0x800000 + 0x00FFFF, + 0xFF00FF, + 0xFFFF00, + 0xFF0000, + 0x00FF00, + 0x0000FF, + 0x0080FF, + 0x8000FF, + 0x80FF00, + 0x00FF80, + 0xFF0080, + 0xFF8000, + 0x008080, + 0x800080, + 0x808000, + 0x000080, + 0x008000, + 0x800000 }; #endif -- cgit v1.2.3