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)
 Get a specific column of a matrix.
template<typename genType >
genType column (genType const &m, int index, typename genType::col_type const &x)
 Set a specific column to a matrix.
template<typename genType >
genType::row_type row (genType const &m, int index)
 Get a specific row of a matrix.
template<typename genType >
genType row (genType const &m, int index, typename genType::row_type const &x)
 Set a specific row to a matrix.

Detailed Description

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