18 #ifndef GLM_ENABLE_EXPERIMENTAL 
   19 #       error "GLM: GLM_GTX_matrix_operation is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 
   22 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED) 
   23 #       pragma message("GLM: GLM_GTX_matrix_operation extension included") 
   33         template <
typename T, precision P>
 
   35                 tvec2<T, P> 
const & v);
 
   39         template <
typename T, precision P>
 
   41                 tvec2<T, P> 
const & v);
 
   45         template <
typename T, precision P>
 
   47                 tvec2<T, P> 
const & v);
 
   51         template <
typename T, precision P>
 
   53                 tvec2<T, P> 
const & v);
 
   57         template <
typename T, precision P>
 
   59                 tvec3<T, P> 
const & v);
 
   63         template <
typename T, precision P>
 
   65                 tvec3<T, P> 
const & v);
 
   69         template <
typename T, precision P>
 
   71                 tvec2<T, P> 
const & v);
 
   75         template <
typename T, precision P>
 
   77                 tvec3<T, P> 
const & v);
 
   81         template <
typename T, precision P>
 
   83                 tvec4<T, P> 
const & v);
 
   88 #include "matrix_operation.inl" 
GLM_FUNC_DECL tmat4x4< T, P > diagonal4x4(tvec4< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat2x4< T, P > diagonal2x4(tvec2< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat3x3< T, P > diagonal3x3(tvec3< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat4x2< T, P > diagonal4x2(tvec2< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat2x3< T, P > diagonal2x3(tvec2< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat2x2< T, P > diagonal2x2(tvec2< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat3x2< T, P > diagonal3x2(tvec2< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat3x4< T, P > diagonal3x4(tvec3< T, P > const &v)
Build a diagonal matrix. 
GLM_FUNC_DECL tmat4x3< T, P > diagonal4x3(tvec3< T, P > const &v)
Build a diagonal matrix.