| PrismResultantPrismAngleRightEye Method |
Calculates the angle of prism for the right eye (OD) in degrees. Inputs are the horizontal and vertical prism components in diopters.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double ResultantPrismAngleRightEye(
double verticalComponent,
double horizontalComponent
)
Public Shared Function ResultantPrismAngleRightEye (
verticalComponent As Double,
horizontalComponent As Double
) As Double
public:
static double ResultantPrismAngleRightEye(
double verticalComponent,
double horizontalComponent
)
static member ResultantPrismAngleRightEye :
verticalComponent : float *
horizontalComponent : float -> float
Parameters
- verticalComponent
- Type: SystemDouble
Up is +. Down is -. In diopters - horizontalComponent
- Type: SystemDouble
In is +. Out is -. In diopters
Return Value
Type:
DoubleResultant prism angle for the right eye
See Also