| PrismResolvingPrismHorizontal Method |
Resolves the horizontal component of a given power and angle. Inputs are prism power in diopters and angle in degrees.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double ResolvingPrismHorizontal(
double prismPower,
double angle
)
Public Shared Function ResolvingPrismHorizontal (
prismPower As Double,
angle As Double
) As Double
public:
static double ResolvingPrismHorizontal(
double prismPower,
double angle
)
static member ResolvingPrismHorizontal :
prismPower : float *
angle : float -> float
Parameters
- prismPower
- Type: SystemDouble
In diopters - angle
- Type: SystemDouble
In degrees
Return Value
Type:
DoubleResolved horizontal prism component
See Also