00001 00002 // OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net) 00004 // Created : 2009-05-01 00005 // Updated : 2009-05-01 00006 // Licence : This source is under MIT License 00007 // File : glm/gtc.hpp 00009 // Note: 00010 // GTC extensions are stable extensions 00012 00013 #ifndef glm_gtc 00014 #define glm_gtc 00015 00016 #define GLM_GTC_GLOBAL 1 00017 00018 #include "gtc/double_float.hpp" 00019 #include "gtc/half_float.hpp" 00020 #include "gtc/matrix_access.hpp" 00021 #include "gtc/matrix_operation.hpp" 00022 #include "gtc/matrix_projection.hpp" 00023 #include "gtc/matrix_transform.hpp" 00024 #include "gtc/quaternion.hpp" 00025 00026 #endif//glm_gtc