Clutter Engine 0.0.1
Loading...
Searching...
No Matches
matrix_common.hpp File Reference
#include "../detail/qualifier.hpp"
#include "../detail/_fixes.hpp"
#include "matrix_common.inl"

Go to the source code of this file.

Namespaces

namespace  glm
 Core features
 

Functions

template<length_t C, length_t R, typename T , typename U , qualifier Q>
GLM_FUNC_DECL mat< C, R, T, Q > glm::mix (mat< C, R, T, Q > const &x, mat< C, R, T, Q > const &y, mat< C, R, U, Q > const &a)
 
template<length_t C, length_t R, typename T , typename U , qualifier Q>
GLM_FUNC_DECL mat< C, R, T, Q > glm::mix (mat< C, R, T, Q > const &x, mat< C, R, T, Q > const &y, U a)
 

Detailed Description