|  | 1.0.0 API documentation
    | 
Go to the source code of this file.
| Functions | |
| template<typename genType > | |
| GLM_FUNC_DECL genType::col_type | column (genType const &m, length_t index) | 
| Get a specific column of a matrix.  More... | |
| template<typename genType > | |
| GLM_FUNC_DECL genType | column (genType const &m, length_t index, typename genType::col_type const &x) | 
| Set a specific column to a matrix.  More... | |
| template<typename genType > | |
| GLM_FUNC_DECL genType::row_type | row (genType const &m, length_t index) | 
| Get a specific row of a matrix.  More... | |
| template<typename genType > | |
| GLM_FUNC_DECL genType | row (genType const &m, length_t index, typename genType::row_type const &x) | 
| Set a specific row to a matrix.  More... | |
 1.8.18
 1.8.18