Click or drag to resize

PrismPrismDistance Method

Calculates the distance a light ray is from a prism in meters. Inputs are the prism power in diopters and the displacement in centimeters.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double PrismDistance(
	double prismDiopters,
	double displacement
)

Parameters

prismDiopters
Type: SystemDouble
In diopters
displacement
Type: SystemDouble
In centimeters

Return Value

Type: Double
Distance of light ray from prism
See Also