< GLM_GTX_vector_access extension: Function to set values to vectors More...
Functions | |
template<typename valType > | |
void | set (detail::tvec2< valType > &v, valType const &x, valType const &y) |
template<typename valType > | |
void | set (detail::tvec4< valType > &v, valType const &x, valType const &y, valType const &z, valType const &w) |
template<typename valType > | |
void | set (detail::tvec3< valType > &v, valType const &x, valType const &y, valType const &z) |
< GLM_GTX_vector_access extension: Function to set values to vectors