Click or drag to resize

TiltMartinTiltFormulaInducedCylinder Method (Double, Double)

Approximates the induced cylinder of a spherical lens with no cylinder. Inputs are the new sphere power in diopters from Martin's tilt formula and degrees of tilt. NOTE: Rx must be transposed to same axis as the axis of tilt. Also, resulting induced cylinder will be on same axis as tilt.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double MartinTiltFormulaInducedCylinder(
	double newSpherePower,
	double degreesOfTilt
)

Parameters

newSpherePower
Type: SystemDouble
In diopters
degreesOfTilt
Type: SystemDouble
In degrees

Return Value

Type: Double
Induced cylinder power after tilt
See Also