Functions

glm::gtc::matrix_access Namespace Reference

GLM_GTC_matrix_access extension: Set a column or a row of a matrix. More...

Functions

template<typename genType >
genType::col_type column (genType const &m, int index)
template<typename genType >
genType column (genType const &m, int index, typename genType::col_type const &x)
template<typename genType >
genType::row_type row (genType const &m, int index)
template<typename genType >
genType row (genType const &m, int index, typename genType::row_type const &x)

Detailed Description

GLM_GTC_matrix_access extension: Set a column or a row of a matrix.