| 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
)
Public Shared Function MartinTiltFormulaInducedCylinder (
newSpherePower As Double,
degreesOfTilt As Double
) As Double
public:
static double MartinTiltFormulaInducedCylinder(
double newSpherePower,
double degreesOfTilt
)
static member MartinTiltFormulaInducedCylinder :
newSpherePower : float *
degreesOfTilt : float -> float
Parameters
- newSpherePower
- Type: SystemDouble
In diopters - degreesOfTilt
- Type: SystemDouble
In degrees
Return Value
Type:
DoubleInduced cylinder power after tilt
See Also