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