47 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
48 # pragma message("GLM: GLM_GTX_matrix_operation extension included")
58 template <
typename T, precision P>
60 tvec2<T, P>
const & v);
64 template <
typename T, precision P>
66 tvec2<T, P>
const & v);
70 template <
typename T, precision P>
72 tvec2<T, P>
const & v);
76 template <
typename T, precision P>
78 tvec2<T, P>
const & v);
82 template <
typename T, precision P>
84 tvec3<T, P>
const & v);
88 template <
typename T, precision P>
90 tvec3<T, P>
const & v);
94 template <
typename T, precision P>
96 tvec2<T, P>
const & v);
100 template <
typename T, precision P>
102 tvec3<T, P>
const & v);
106 template <
typename T, precision P>
108 tvec4<T, P>
const & v);
113 #include "matrix_operation.inl"
GLM_FUNC_DECL tmat3x4< T, P > diagonal3x4(tvec3< 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 tmat4x2< T, P > diagonal4x2(tvec2< 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 tmat4x3< T, P > diagonal4x3(tvec3< T, P > const &v)
Build a diagonal matrix.
GLM_FUNC_DECL tmat4x4< T, P > diagonal4x4(tvec4< 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 tmat3x3< T, P > diagonal3x3(tvec3< T, P > const &v)
Build a diagonal matrix.
GLM_FUNC_DECL tmat2x3< T, P > diagonal2x3(tvec2< T, P > const &v)
Build a diagonal matrix.