| 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
)
Public Shared Function TransposeAxis (
cylinder As Double,
axis As Double
) As Double
public:
static double TransposeAxis(
double cylinder,
double axis
)
static member TransposeAxis :
cylinder : float *
axis : float -> float
Parameters
- cylinder
- Type: SystemDouble
In diopters. - axis
- Type: SystemDouble
In degrees
Return Value
Type:
DoubleTransposed axis
See Also