Click or drag to resize

PrismResultantPrismAngleLeftEye Method

Calculates the angle of prism for the left eye (OS) 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 ResultantPrismAngleLeftEye(
	double verticalComponent,
	double horizontalComponent
)

Parameters

verticalComponent
Type: SystemDouble
In is +. Out is -. In diopters.
horizontalComponent
Type: SystemDouble
Up is +. Down is -. In diopters.

Return Value

Type: Double
Resultant prism angel for the left eye
See Also