- [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)
Matrix34.h File Reference
#include "Matrix44.h"
#include "Matrix33.h"
#include "Rotate.h"
Include dependency graph for Matrix34.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
|
Classes |
| class |
Matrix34 |
Functions |
| Vector |
operator * (const Vector &v, const Matrix34 &m) |
| Matrix34 |
YXZRotate (float yangle, float xangle, float zangle) |
| Matrix34 |
RotateV (float angle, const Vector &axis) |
| Matrix34 |
XRotate (float angle) |
| Matrix34 |
YRotate (float angle) |
| Matrix34 |
ZRotate (float angle) |
| Matrix34 |
CreateEulerMatrix (const Rotate &rotate) |
| void |
TransformVector (const Matrix34 &matrix, Vector &p) |
| Matrix34 |
Identity34 (void) |
| Matrix44 |
ToMatrix44 (const Matrix34 &m) |
| Matrix44 |
ToMatrix44 (const Matrix33 &m) |
| Matrix33 |
ToMatrix33 (const Matrix34 &m) |
| Matrix33 |
ToMatrix33 (const Matrix44 &m) |
| Matrix34 |
ToMatrix34 (const Matrix44 &m) |
| Matrix34 |
ToMatrix34 (const Matrix33 &m) |
| Matrix34 |
VectorsToStandard (const Vector &becomezdir, const Vector &becomeydir) |
| Matrix34 |
StandardToVectors (const Vector &newzdir, const Vector &newydir) |
| Matrix34 |
Translatef (float x, float y, float z) |
| Matrix34 |
TranslateV (const Vector &v) |
| Matrix34 |
Scalef (float x, float y, float z) |
| Matrix34 |
ScaleV (const Vector &v) |
| Matrix34 |
Rotatef (float angle, float x, float y, float z) |
| void |
TransformVectorNoTranslate (const Matrix34 &m, Vector &v) |
| Matrix34 |
XRotateRadians (float anglerad) |
| Matrix34 |
YRotateRadians (float anglerad) |
| Matrix34 |
ZRotateRadians (float anglerad) |