Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CMatrix< Order > Member List

This is the complete list of members for CMatrix< Order >, including all inherited members.

CMatrix()=defaultCMatrix< 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() constCMatrix< Order >
Invert()CMatrix< Order >
Invert(std::array< std::array< float, Order >, Order > &other) constCMatrix< Order >protected
m_matCMatrix< 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) constCMatrix< Order >inline
operator[](int index)CMatrix< Order >inline
operator[](int index) constCMatrix< Order >inline
ToRaw()CMatrix< Order >inline
~CMatrix()=defaultCMatrix< Order >virtual