Click or drag to resize

PrismResolvingPrismHorizontal Method

Resolves the horizontal 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 ResolvingPrismHorizontal(
	double prismPower,
	double angle
)

Parameters

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

Return Value

Type: Double
Resolved horizontal prism component
See Also