Class Rad2Deg
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.ResultConverter
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.Rad2Deg
Converts Radians to degrees and vice versa. Degrees are shown in controls and radians
saved in memory.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
convert2Control
(double value) Convert the value to the value to be shown in controlsdouble
convert2Value
(double value) Convert the control value to the true value.
-
Constructor Details
-
Rad2Deg
public Rad2Deg()
-
-
Method Details
-
convert2Control
public double convert2Control(double value) Convert the value to the value to be shown in controls- Overrides:
convert2Control
in classResultConverter
- Parameters:
value
-- Returns:
-
convert2Value
public double convert2Value(double value) Convert the control value to the true value.- Overrides:
convert2Value
in classResultConverter
- Parameters:
value
- - value form control- Returns:
-