Go to the source code of this file.
|
template<class T > |
T | physics::light::ior::cauchy (T lambda, T a, T b) |
| Two-term form of Cauchy's transmission equation. More...
|
|
template<class T > |
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 > |
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 > |
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...
|
|