Click or drag to resize

TiltMartinTiltFormulaInducedCylinder Method (Double, Double, Double)

Calculates the induced cylinder of a tilted lens. Inputs are the new sphere power in diopters from Martin's tilt formula. NOTE: NOTE: Rx must be transposed to same axis as the axis of tilt. Also, resulting induced cylinder will be ADDED to existing cylinder on same axis.

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,
	double originalCylinderPower
)

Parameters

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

Return Value

Type: Double
Induced cylinder power after tilt
See Also