37 #ifndef GLM_GTC_matrix_access 
   38 #define GLM_GTC_matrix_access GLM_VERSION 
   43 #if(defined(GLM_MESSAGES) && !defined(glm_ext)) 
   44 #   pragma message("GLM: GLM_GTC_matrix_access extension included") 
   54     template <
typename genType> 
 
   55     typename genType::row_type 
row(
 
   61     template <
typename genType> 
 
   65         typename genType::row_type 
const & x);
 
   69     template <
typename genType> 
 
   70     typename genType::col_type 
column(
 
   76     template <
typename genType> 
 
   80         typename genType::col_type 
const & x);
 
   87 #endif//GLM_GTC_matrix_access 
Definition: _detail.hpp:38
 
genType::row_type row(genType const &m, int index)
Definition: matrix_access.inl:47
 
genType::col_type column(genType const &m, int index)
Definition: matrix_access.inl:73