|
|
| TransformQuat_ (Vector3< F > const &t, Vector4< F > const &q={}) |
| |
|
TransformQuat_ & | operator*= (TransformQuat_ const &q) |
| |
|
Vector3< F > const & | translation () const |
| |
|
void | setTranslation (Vector3< F > const &v) |
| |
|
void | setTranslation (F const *v) |
| |
|
Vector4< F > const & | quaternion () const |
| | Get the quaternion [qx,qy,qz,qw] of the rotation.
|
| |
|
void | setQuaternion (Vector4< F > const &v) |
| | Set the quaternion [qx,qy,qz,qw] of the rotation.
|
| |
|
void | setQuaternion (F const *v) |
| | Set the quaternion [qx,qy,qz,qw] of the rotation using pointer to 4D array.
|
| |
|
F | x () const |
| | X coordinate of the translation.
|
| |
|
F | y () const |
| | Y coordinate of the translation.
|
| |
|
F | z () const |
| | Z coordinate of the translation.
|
| |
|
F | qx () const |
| | qx quaternion composant
|
| |
|
F | qy () const |
| | qx quaternion composant
|
| |
|
F | qz () const |
| | qx quaternion composant
|
| |
|
F | qw () const |
| | qx quaternion composant
|
| |
|
|
Vector3< F > | m_translation |
| |
|
Vector4< F > | m_quaternions |
| |
The documentation for this class was generated from the following file: