glm::gtx::matrix_access Namespace Reference
GLM_GTX_matrix_access extension: Set a column or a row of a matrix.
More...
|
Functions |
|
template<typename genType> |
| genType | column (const genType &m, int index, const GLMcolType &x) |
| | Set a specific column to a matrix (From GLM_GTX_matrix_access extension).
|
|
template<typename genType> |
| genType | row (const genType &m, int index, const GLMrowType &x) |
| | Set a specific row to a matrix (From GLM_GTX_matrix_access extension).
|
Detailed Description
GLM_GTX_matrix_access extension: Set a column or a row of a matrix.