From 4faf0007c7c551fae8fd25fc7a98767070cb9244 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 18 Jan 2021 22:02:29 -0800 Subject: Directional works --- grapher/Constants/Constants.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'grapher/Constants/Constants.cs') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 0fb9827..c76ac59 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -72,6 +72,9 @@ namespace grapher public const float SmallButtonSizeFactor = 0.666f; + /// Number of divisions between 0 and 90 degrees for directional lookup. For 19: 0, 5, 10... 85, 90. + public const int AngleDivisions = 19; + /// Format string for shortened x and y textboxes. public const string ShortenedFormatString = "0.###"; -- cgit v1.2.3