diff options
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; |