Antkeeper  0.0.1
Namespaces | Functions
refraction.hpp File Reference

Go to the source code of this file.

Namespaces

 physics
 Physics.
 
 physics::light
 Gas-related functions.
 
 physics::light::ior
 Index of refraction formulas.
 

Functions

template<class T >
physics::light::ior::cauchy (T lambda, T a, T b)
 Two-term form of Cauchy's transmission equation. More...
 
template<class T >
physics::light::ior::cauchy (T lambda, T a, T b, T c)
 Three-term form of Cauchy's transmission equation. More...
 
template<class T >
physics::light::ior::sellmeier (T lambda, T b1, T c1, T b2, T c2)
 Two-term form of the Sellmeier equation. More...
 
template<class T >
physics::light::ior::sellmeier (T lambda, T b1, T c1, T b2, T c2, T b3, T c3)
 Three-term form of the Sellmeier equation. More...