Click or drag to resize

TranspositionTransposeAxis Method

Transposes the axis of a prescription with plus cylinder. Inputs are cylinder and cylinder axis.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double TransposeAxis(
	double cylinder,
	double axis
)

Parameters

cylinder
Type: SystemDouble
In diopters.
axis
Type: SystemDouble
In degrees

Return Value

Type: Double
Transposed axis
See Also