Click or drag to resize

PrismEyeResolver Method

Determines which eye is being calculated. Inputs are the prism base angle, as well as the vertical and horizontal base directions

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string EyeResolver(
	double prismBaseAngle,
	string verticalBaseDirection,
	string horizontalBaseDirection
)

Parameters

prismBaseAngle
Type: SystemDouble
Prism base angle in degrees
verticalBaseDirection
Type: SystemString
Entered as a String in the format "Base Up" or "Base Down"
horizontalBaseDirection
Type: SystemString
Entered as a String in the format "Base In" or "Base Out"

Return Value

Type: String
Eye being calculated
See Also