#include "../detail/setup.hpp"
#include "matrix_access.inl"
Go to the source code of this file.
|
template<typename genType > |
GLM_FUNC_DECL genType::row_type | glm::row (genType const &m, length_t index) |
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::row (genType const &m, length_t index, typename genType::row_type const &x) |
|
template<typename genType > |
GLM_FUNC_DECL genType::col_type | glm::column (genType const &m, length_t index) |
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::column (genType const &m, length_t index, typename genType::col_type const &x) |
|