Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CTranslate Class Reference

#include <ConversionMatrix.h>

Inheritance diagram for CTranslate:
CGlMatrix CMatrix< 4 >

Public Member Functions

 CTranslate (float x, float y, float z)
 
 ~CTranslate () override=default
 
- Public Member Functions inherited from CGlMatrix
 CGlMatrix ()=default
 
 CGlMatrix (const CMatrix< 3 > &other)
 
 CGlMatrix (const std::array< std::array< float, 3 >, 3 > &other)
 
 ~CGlMatrix () override=default
 
CMatrix operator* (const std::array< std::array< float, 4 >, 4 > &other) override
 
- Public Member Functions inherited from CMatrix< 4 >
 CMatrix ()=default
 
 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 ()=default
 
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
 

Constructor & Destructor Documentation

◆ CTranslate()

CTranslate::CTranslate ( float x,
float y,
float z )

◆ ~CTranslate()

CTranslate::~CTranslate ( )
overridedefault

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