diff options
| author | Jacob Palecki <[email protected]> | 2021-01-20 00:30:50 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-20 00:30:50 -0800 |
| commit | 9c2be5743fb44e8a68084ac0bd15c02f6cce637a (patch) | |
| tree | c0b09b75f7974a50ae6959fe385c1ec768fc7c83 /grapher/Constants | |
| parent | further tweaks (diff) | |
| download | rawaccel-9c2be5743fb44e8a68084ac0bd15c02f6cce637a.tar.xz rawaccel-9c2be5743fb44e8a68084ac0bd15c02f6cce637a.zip | |
Final graph fidelity tweaks and fixes
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 5 |
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; |