Click or drag to resize

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
)

Parameters

apicalAngle
Type: SystemDouble
In degrees
index
Type: SystemDouble
Index of refraction

Return Value

Type: Double
Deviation angle
See Also