Matrix Class Reference
#include <Matrix.h>
List of all members.
Constructor & Destructor Documentation
| Matrix::Matrix |
( |
int |
h, |
|
|
int |
w | |
|
) |
| | |
Member Function Documentation
| void Matrix::multiply1_4by4_4 |
( |
Matrix & |
mIn, |
|
|
Matrix & |
mOut | |
|
) |
| | |
| void Matrix::multiply4_4by4_4 |
( |
Matrix & |
mIn, |
|
|
Matrix & |
mOut | |
|
) |
| | |
| void Matrix::multiply |
( |
float |
val |
) |
|
| void Matrix::add |
( |
Matrix & |
mIn |
) |
|
| void Matrix::add |
( |
Matrix & |
mIn, |
|
|
int |
k | |
|
) |
| | |
| void Matrix::set |
( |
Matrix & |
mIn |
) |
|
| void Matrix::set |
( |
float * |
mat |
) |
|
| float* Matrix::get |
( |
|
) |
[inline] |
| void Matrix::loadIdentity |
( |
void |
|
) |
|
| void Matrix::set |
( |
int |
i, |
|
|
int |
j, |
|
|
float |
val | |
|
) |
| | [inline] |
| float Matrix::get |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
| int Matrix::WIDTH |
( |
|
) |
[inline] |
| int Matrix::HEIGHT |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/Matrix.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/Matrix.cpp