#include <videocolourspace.h>
Public Member Functions | |
| Matrix (float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34) | |
| Matrix () | |
| void | setToIdentity (void) |
| void | scale (float val1, float val2, float val3) |
| void | translate (float val1, float val2, float val3) |
| Matrix & | operator*= (const Matrix &r) |
| void | product (int row, const Matrix &r) |
| void | debug (void) |
Public Attributes | |
| float | m [4][4] |
Definition at line 7 of file videocolourspace.h.
| Matrix::Matrix | ( | float | m11, | |
| float | m12, | |||
| float | m13, | |||
| float | m14, | |||
| float | m21, | |||
| float | m22, | |||
| float | m23, | |||
| float | m24, | |||
| float | m31, | |||
| float | m32, | |||
| float | m33, | |||
| float | m34 | |||
| ) |
Definition at line 11 of file videocolourspace.cpp.
| Matrix::Matrix | ( | ) |
Definition at line 21 of file videocolourspace.cpp.
| void Matrix::setToIdentity | ( | void | ) |
Definition at line 26 of file videocolourspace.cpp.
Referenced by Matrix(), and VideoColourSpace::Update().
| void Matrix::scale | ( | float | val1, | |
| float | val2, | |||
| float | val3 | |||
| ) |
Definition at line 33 of file videocolourspace.cpp.
Referenced by VideoColourSpace::Update().
| void Matrix::translate | ( | float | val1, | |
| float | val2, | |||
| float | val3 | |||
| ) |
Definition at line 42 of file videocolourspace.cpp.
Referenced by VideoColourSpace::Update().
Definition at line 51 of file videocolourspace.cpp.
Referenced by scale(), and translate().
| void Matrix::product | ( | int | row, | |
| const Matrix & | r | |||
| ) |
Definition at line 58 of file videocolourspace.cpp.
Referenced by operator*=().
| void Matrix::debug | ( | void | ) |
Definition at line 68 of file videocolourspace.cpp.
Referenced by VideoColourSpace::Debug().
| float Matrix::m[4][4] |
Definition at line 21 of file videocolourspace.h.
Referenced by debug(), VideoColourSpace::GetMatrix(), Matrix(), product(), scale(), setToIdentity(), and translate().
1.6.3