summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-01-20 00:30:50 -0800
committerJacob Palecki <[email protected]>2021-01-20 00:30:50 -0800
commit9c2be5743fb44e8a68084ac0bd15c02f6cce637a (patch)
treec0b09b75f7974a50ae6959fe385c1ec768fc7c83 /grapher/Constants
parentfurther tweaks (diff)
downloadrawaccel-9c2be5743fb44e8a68084ac0bd15c02f6cce637a.tar.xz
rawaccel-9c2be5743fb44e8a68084ac0bd15c02f6cce637a.zip
Final graph fidelity tweaks and fixes
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index c76ac59..e31f62c 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -17,10 +17,7 @@ namespace grapher
public const int Resolution = 100;
/// <summary> Multiplied by DPI over poll rate to find rough max expected velocity. </summary>
- public const double MaxMultiplier = 85;
-
- /// <summary> Ratio of max (X, Y) used in "by component" calulations to those used in "whole vector" calculations. </summary>
- public const double XYToCombinedRatio = 1.4;
+ public const double MaxMultiplier = .05;
/// <summary> Separation between X and Y active value labels, in pixels. </summary>
public const int ActiveLabelXYSeparation = 2;