- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
Matrix33.h File Reference¶
#include "Vector2.h"
#include "FileCons.h"
Include dependency graph for Matrix33.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes |
|
| class | Matrix33 |
Defines |
|
| #define | __MATRIX33_H |
Functions |
|
| Matrix33 | XRotate33 (float angle) |
| Matrix33 | YRotate33 (float angle) |
| Matrix33 | ZRotate33 (float angle) |
| Matrix33 | YXRotate33 (float yangle, float xangle) |
| Matrix33 | ZXRotate33 (float zangle, float xangle) |
| Matrix33 | YXZRotate33 (float yangle, float xangle, float zangle) |
| Matrix33 | ZXZRotate33 (float zangl1, float xangle, float zangl2) |
| Matrix33 | RotateV33 (float angle, const Vector &axis) |
| Matrix33 | XRotateRadians33 (float anglerad) |
| Matrix33 | YRotateRadians33 (float anglerad) |
| Matrix33 | ZRotateRadians33 (float anglerad) |
| Matrix33 | VectorsToStandard33 (const Vector &becomezdir, const Vector &becomeydir) |
| MATRIXEXPORT Matrix33 | Identity33 (void) |