Go to the documentation of this file.
   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);
 
   85 #include "matrix_access.inl" 
   87 #endif//GLM_GTC_matrix_access