Click or drag to resize

PrismPrismDisplacement Method

Calculates displacement of ray in centimeters. Inputs are the prism's dioptric power and the distance in meters.

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

Parameters

prismDiopters
Type: SystemDouble
In diopters
distance
Type: SystemDouble
In meters

Return Value

Type: Double
Displacement of light ray
See Also