Struct ScalingInfoInterop#
Defined in File scaling_info_interop.h
Struct Documentation#
-
struct ScalingInfoInterop#
This structure gathers the information about the scaling.
Public Members
-
double scale_x#
The length of a pixel in x-direction in the unit meters. If unknown/invalid, this value is numeric_limits<double>::quiet_NaN().
-
double scale_y#
The length of a pixel in y-direction in the unit meters. If unknown/invalid, this value is numeric_limits<double>::quiet_NaN().
-
double scale_z#
The length of a pixel in z-direction in the unit meters. If unknown/invalid, this value is numeric_limits<double>::quiet_NaN().
-
double scale_x#