public final class DetectorDimension
extends Object
-
Constructor Summary
Constructors
-
Method Summary
double
double
Returns the larger dimension of the detector face in mm.
double
-
Constructor Details
-
DetectorDimension
public DetectorDimension(double width,
double height)
-
Method Details
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
getLargerDimension
public double getLargerDimension()
Returns the larger dimension of the detector face in mm.
- Returns:
- the larger detector dimension
-