Click or drag to resize

PrismResolvingPrismVertical Method

Resolves the vertical component of a given power and angle. Inputs are prism power in diopters and angle in degrees.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double ResolvingPrismVertical(
	double prismPower,
	double angle
)

Parameters

prismPower
Type: SystemDouble
In diopters
angle
Type: SystemDouble
In degrees

Return Value

Type: Double
Resolved vertical prism component
See Also