kodi
Public Member Functions | List of all members
CGlMatrix Class Reference
Inheritance diagram for CGlMatrix:
Inheritance graph
[legend]
Collaboration diagram for CGlMatrix:
Collaboration graph
[legend]

Public Member Functions

 CGlMatrix (const CMatrix< 3 > &other)
 
 CGlMatrix (const std::array< std::array< float, 3 >, 3 > &other)
 
CMatrix operator* (const std::array< std::array< float, 4 >, 4 > &other) override
 
- Public Member Functions inherited from CMatrix< 4 >
 CMatrix (const CMatrix< Order - 1 > &other)
 
 CMatrix (const std::array< std::array< float, Order >, Order > &other)
 
 CMatrix (const std::array< std::array< float, Order - 1 >, Order - 1 > &other)
 
virtual CMatrix operator* (const std::array< std::array< float, Order >, Order > &other)
 
CMatrix operator* (const CMatrix &other)
 
CMatrixoperator*= (const CMatrix &other)
 
CMatrixoperator= (const std::array< std::array< float, Order - 1 >, Order - 1 > &other)
 
bool operator== (const CMatrix< Order > &other) const
 
std::array< float, Order > & operator[] (int index)
 
const std::array< float, Order > & operator[] (int index) const
 
std::array< std::array< float, Order >, Order > & Get ()
 
const std::array< std::array< float, Order >, Order > & Get () const
 
CMatrixInvert ()
 
float * ToRaw ()
 

Additional Inherited Members

- Protected Member Functions inherited from CMatrix< 4 >
std::array< std::array< float, Order >, Order > Invert (std::array< std::array< float, Order >, Order > &other) const
 
- Protected Attributes inherited from CMatrix< 4 >
std::array< std::array< float, Order >, Order > m_mat
 

The documentation for this class was generated from the following files: