- [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)
TSQ Class Reference¶
#include <Rotate.h>
Collaboration diagram for TSQ:
Collaboration graph
[legend]
Public Member Functions |
|
| TSQ () | |
| TSQ (const Matrix34 &actionmatrix) | |
| TSQ (const Vector &ptranslate, const Vector &pscale, const Quaternion &pquat) | |
| int | operator!= (const TSQ &b) const |
| void | SetDefault () |
| TSQ & | operator+= (const TSQ &other) |
| TSQ & | operator *= (float scalar) |
| void | PostBlend () |
| void | FillMatrices (Matrix34 &matrix, Matrix34 &inverse) |
Public Attributes |
|
| Vector | translate |
| Vector | scale |
| Quaternion | quat |
| float | roll |
| BOOL | m_isrollcomputed |