Functions
GLM_GTC_matrix_access
Collaboration diagram for GLM_GTC_matrix_access:

Functions

template<typename genType >
GLM_FUNC_DECL genType::col_type glm::column (genType const &m, length_t const &index)
 
template<typename genType >
GLM_FUNC_DECL genType glm::column (genType const &m, length_t const &index, typename genType::col_type const &x)
 
template<typename genType >
GLM_FUNC_DECL genType::row_type glm::row (genType const &m, length_t const &index)
 
template<typename genType >
GLM_FUNC_DECL genType glm::row (genType const &m, length_t const &index, typename genType::row_type const &x)
 

Detailed Description

Defines functions to access rows or columns of a matrix easily. <glm/gtc/matrix_access.hpp> need to be included to use these functionalities.

Function Documentation

◆ column() [1/2]

template<typename genType >
GLM_FUNC_DECL genType::col_type glm::column ( genType const &  m,
length_t const &  index 
)

Get a specific column of a matrix.

See also
GLM_GTC_matrix_access

◆ column() [2/2]

template<typename genType >
GLM_FUNC_DECL genType glm::column ( genType const &  m,
length_t const &  index,
typename genType::col_type const &  x 
)

Set a specific column to a matrix.

See also
GLM_GTC_matrix_access

◆ row() [1/2]

template<typename genType >
GLM_FUNC_DECL genType::row_type glm::row ( genType const &  m,
length_t const &  index 
)

Get a specific row of a matrix.

See also
GLM_GTC_matrix_access

◆ row() [2/2]

template<typename genType >
GLM_FUNC_DECL genType glm::row ( genType const &  m,
length_t const &  index,
typename genType::row_type const &  x 
)

Set a specific row to a matrix.

See also
GLM_GTC_matrix_access


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jan 23 2023 03:38:59