| PrismApicalAngle Method |
Calculates what apical angle the prism will need to deviate a ray of light by a given amount. Inputs are degrees of deviation and index.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double ApicalAngle(
double degreesDeviation,
double index
)
Public Shared Function ApicalAngle (
degreesDeviation As Double,
index As Double
) As Double
public:
static double ApicalAngle(
double degreesDeviation,
double index
)
static member ApicalAngle :
degreesDeviation : float *
index : float -> float
Parameters
- degreesDeviation
- Type: SystemDouble
In degrees - index
- Type: SystemDouble
Index of refraction
Return Value
Type:
DoubleApical angle
See Also