Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CMatrix< Order >, including all inherited members.
CMatrix()=default | CMatrix< Order > | |
CMatrix(const CMatrix< Order - 1 > &other) | CMatrix< Order > | explicit |
CMatrix(const std::array< std::array< float, Order >, Order > &other) | CMatrix< Order > | inlineexplicit |
CMatrix(const std::array< std::array< float, Order - 1 >, Order - 1 > &other) | CMatrix< Order > | explicit |
Get() | CMatrix< Order > | |
Get() const | CMatrix< Order > | |
Invert() | CMatrix< Order > | |
Invert(std::array< std::array< float, Order >, Order > &other) const | CMatrix< Order > | protected |
m_mat | CMatrix< Order > | protected |
operator*(const std::array< std::array< float, Order >, Order > &other) | CMatrix< Order > | virtual |
operator*(const CMatrix &other) | CMatrix< Order > | |
operator*=(const CMatrix &other) | CMatrix< Order > | |
operator=(const std::array< std::array< float, Order - 1 >, Order - 1 > &other) | CMatrix< Order > | |
operator==(const CMatrix< Order > &other) const | CMatrix< Order > | inline |
operator[](int index) | CMatrix< Order > | inline |
operator[](int index) const | CMatrix< Order > | inline |
ToRaw() | CMatrix< Order > | inline |
~CMatrix()=default | CMatrix< Order > | virtual |