glm::gtx::matrix_selection Namespace Reference
GLM_GTX_matrix_selection extension: Access to matrix columns or rows.
More...
|
Functions |
|
template<typename T> |
| detail::_xvec4< T > | column (const detail::_xmat4< T > &m, int index) |
| | Returns a 4 components vector that contains the row of the matrix m witch values is the ones of the column index (from GLM_GTX_matrix_selection extension).
|
|
template<typename T> |
| detail::_xvec3< T > | column (const detail::_xmat3< T > &m, int index) |
| | Returns a 3 components vector that contains the row of the matrix m witch values is the ones of the column index (from GLM_GTX_matrix_selection extension).
|
|
template<typename T> |
| detail::_xvec2< T > | column (const detail::_xmat2< T > &m, int index) |
| | Returns a 2 components vector that contains the row of the matrix m witch values is the ones of the column index (from GLM_GTX_matrix_selection extension).
|
|
template<typename T> |
| detail::_xvec4< T > | row (const detail::_xmat4< T > &m, int index) |
| | Returns a 4 components vector that contains the row of the matrix m witch values is the ones of the row index (from GLM_GTX_matrix_selection extension).
|
|
template<typename T> |
| detail::_xvec3< T > | row (const detail::_xmat3< T > &m, int index) |
| | Returns a 3 components vector that contains the row of the matrix m witch values is the ones of the row index (from GLM_GTX_matrix_selection extension).
|
|
template<typename T> |
| detail::_xvec2< T > | row (const detail::_xmat2< T > &m, int index) |
| | Returns a 2 components vector that contains the row of the matrix m witch values is the ones of the row index (from GLM_GTX_matrix_selection extension).
|
Detailed Description
GLM_GTX_matrix_selection extension: Access to matrix columns or rows.