| PrismPrimsDeviation Method |
Calculates the angle formed by the emerging ray and the original ray path. Inputs are apical angle in degrees and index of refraction.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double PrimsDeviation(
double apicalAngle,
double index
)
Public Shared Function PrimsDeviation (
apicalAngle As Double,
index As Double
) As Double
public:
static double PrimsDeviation(
double apicalAngle,
double index
)
static member PrimsDeviation :
apicalAngle : float *
index : float -> float
Parameters
- apicalAngle
- Type: SystemDouble
In degrees - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoubleDeviation angle
See Also