IndexOfRefraction.cpp

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   IndexOfRefraction.cpp
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @author Matthew Jacobs (jacobs.mh@gmail.com)
00005    @date   Fall 2008
00006    
00007    @brief
00008       Catalog of various common indices of refraction
00009    
00010    @see also Fresnel
00011    <!-------------------------------------------------------------------->**/
00012 
00013 #include "IndexOfRefraction.h"
00014 
00015 const real_t IndexOfRefraction::AIR            = 1.0003;
00016 const real_t IndexOfRefraction::WATER          = 1.333;
00017 const real_t IndexOfRefraction::ACRYLIC_GLASS  = 1.491;
00018 const real_t IndexOfRefraction::DIAMOND        = 2.419;
00019 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6