Click or drag to resize

Prism.PrimsDeviation 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: System.Double
In degrees
index
Type: System.Double
Index of refraction

Return Value

Type: Double
Deviation angle
See Also