Matrixklasse.
More...
#include <Matrix.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Matrix::~Matrix |
( |
| ) |
[virtual] |
Member Function Documentation
void Matrix::clear |
( |
void |
| ) |
|
void Matrix::dump |
( |
void |
| ) |
|
Obligatorische Dump-Methode fuer Debugzwecke.
void Matrix::rotateX |
( |
float |
w | ) |
|
Bildet die Matrix zu einer Rotation um die X Achse.
- Parameters:
-
void Matrix::rotateY |
( |
float |
w | ) |
|
Bildet die Matrix zu einer Rotation um die Y Achse.
- Parameters:
-
void Matrix::rotateZ |
( |
float |
w | ) |
|
Bildet die Matrix zu einer Rotation um die Z Achse.
- Parameters:
-
void Matrix::scale |
( |
float |
s | ) |
|
Skaliert die Matrix.
- Parameters:
-
void Matrix::set |
( |
Vec & |
v1, |
|
|
Vec & |
v2, |
|
|
Vec & |
v3 |
|
) |
| |
Setter fuer die Matrix.
- Parameters:
-
void Matrix::setInv |
( |
Vec & |
v1, |
|
|
Vec & |
v2, |
|
|
Vec & |
v3 |
|
) |
| |
Invertiert die Matrix.
- Parameters:
-
void Matrix::translate |
( |
Vec & |
v | ) |
|
Bildet eine Translationsmatrix.
- Parameters:
-
Member Data Documentation
The documentation for this class was generated from the following files:
- E:/project/engine3d/cplusplus/src/math3d/Matrix.h
- E:/project/engine3d/cplusplus/src/math3d/Matrix.cpp