00001 
00002 
00004 
00005 
00006 
00007 
00009 
00010 
00012 
00013 #ifndef glm_gtx_extend
00014 #define glm_gtx_extend
00015 
00016 
00017 #include "../glm.hpp"
00018 
00019 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
00020 #       pragma message("GLM: GLM_GTX_extend extension included")
00021 #endif
00022 
00023 namespace glm{
00024 namespace gtx{
00025 namespace extend 
00026 {
00029 
00032         template <typename genType> 
00033         genType extend(
00034                 genType const & Origin, 
00035                 genType const & Source, 
00036                 typename genType::value_type const Length);
00037 
00039 }
00040 }
00041 }
00042 
00043 #include "extend.inl"
00044 
00045 namespace glm{using namespace gtx::extend;}
00046 
00047 #endif//glm_gtx_extend