Click or drag to resize

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
)

Parameters

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

Return Value

Type: Double
Apical angle
See Also