IndexOfRefraction.h
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @class IndexOfRefraction 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 #ifndef INDEX_OF_REFRACTION_H_ 00014 #define INDEX_OF_REFRACTION_H_ 00015 00016 #include <common/common.h> 00017 00018 struct IndexOfRefraction { 00019 static const real_t AIR; 00020 static const real_t WATER; 00021 static const real_t ACRYLIC_GLASS; 00022 static const real_t DIAMOND; 00023 }; 00024 00025 #endif // INDEX_OF_REFRACTION_H_ 00026
Generated on 28 Feb 2009 for Milton by
1.5.6