15#include "../detail/qualifier.hpp"
16#include "../detail/_fixes.hpp"
18#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19# pragma message("GLM: GLM_EXT_matrix_transform extension included")
27 template<length_t C, length_t R,
typename T,
typename U, qualifier Q>
28 GLM_FUNC_DECL mat<C, R, T, Q>
mix(mat<C, R, T, Q>
const& x, mat<C, R, T, Q>
const& y, mat<C, R, U, Q>
const& a);
30 template<length_t C, length_t R,
typename T,
typename U, qualifier Q>
31 GLM_FUNC_DECL mat<C, R, T, Q>
mix(mat<C, R, T, Q>
const& x, mat<C, R, T, Q>
const& y, U a);
36#include "matrix_common.inl"
GLM_FUNC_DECL genTypeT mix(genTypeT x, genTypeT y, genTypeU a)
Definition func_common.inl:526
Core features
Definition common.hpp:21