![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <ConversionMatrix.h>
Public Member Functions | |
CScale (float x, float y, float z) | |
virtual | ~CScale ()=default |
![]() | |
CGlMatrix ()=default | |
CGlMatrix (float(&src)[3][3]) | |
virtual | ~CGlMatrix ()=default |
CMatrix | operator* (const float(&other)[4][4]) override |
![]() | |
CMatrix (float(&src)[Order][Order]) | |
CMatrix (float(&src)[Order-1][Order-1]) | |
CMatrix & | operator= (const CMatrix &src) |
CMatrix & | operator= (const float(&src)[Order-1][Order-1]) |
virtual | ~CMatrix ()=default |
float(& | Get ())[Order] |
CMatrix | Invert () |
CMatrix | operator* (const CMatrix &other) |
virtual CMatrix | operator* (const float(&other)[Order][Order]) |
CMatrix | operator*= (const CMatrix &other) |
Additional Inherited Members | |
![]() | |
CMatrix ()=default | |
void | Invert (float(&dst)[Order][Order], float(&src)[Order][Order]) |
void | Copy (float(&dst)[Order][Order], const float(&src)[Order][Order]) |
![]() | |
float | m_mat [Order][Order] |
CScale::CScale | ( | float | x, |
float | y, | ||
float | z | ||
) |
|
virtualdefault |