- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
RotateEuler Class Reference¶
#include <Rotate.h>
Public Member Functions |
|
| RotateEuler () | |
| ~RotateEuler () | |
| RotateEuler (float px, float py, float pz) | |
| RotateEuler (const Matrix34 &t) | |
| RotateEuler (const RotateVector &rotateend) | |
| RotateEuler (const Quaternion &quat) | |
| void | ToEuler (const Matrix34 &t) |
| RotateEuler | operator * (float scale) |
| float | operator[] (int i) const |
| float & | operator[] (int i) |
Public Attributes |
|
| float | x |
| float | y |
| float | z |