![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMatrix.h>
Public Member Functions | |
| cMatrixDecomp4 () | |
| cMatrix4x4f | get_Matrix () const |
| void | put_Matrix (const cMatrix4x4f &m) |
| float | get_Scale1 () const |
| void | put_Scale1 (float fScale) |
Public Attributes | |
| cVector3f | m_vTrans |
| usually the x,y,z translation from some parent object space. More... | |
| cQuaternionf | m_qRot |
| rotation as a quaternion More... | |
Matrix 4x4 decomposed. easier to work with. re-compose matrix only when needed.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| cQuaternionf GrayLib::cMatrixDecomp4::m_qRot |
rotation as a quaternion
| cVector3f GrayLib::cMatrixDecomp4::m_vTrans |
usually the x,y,z translation from some parent object space.