|
|
typedef vec_t< T, 3 > | Vector |
| |
|
|
__both__ | QuaternionT (void) |
| | Construction.
|
| |
|
__both__ | QuaternionT (const QuaternionT &other) |
| |
|
__both__ QuaternionT & | operator= (const QuaternionT &other) |
| |
|
__both__ | QuaternionT (const T &r) |
| |
|
__both__ | QuaternionT (const Vector &v) |
| |
|
__both__ | QuaternionT (const T &r, const T &i, const T &j, const T &k) |
| |
|
__both__ | QuaternionT (const T &r, const Vector &v) |
| |
|
__inline | QuaternionT (const Vector &vx, const Vector &vy, const Vector &vz) |
| |
|
__inline | QuaternionT (const T &yaw, const T &pitch, const T &roll) |
| |
|
__both__ | QuaternionT (ZeroTy) |
| | Constants.
|
| |
|
__both__ | QuaternionT (OneTy) |
| |
| __both__ const Vector | v () const |
| |
◆ rotate()
return quaternion for rotation around arbitrary axis
◆ v()
returns the rotation axis of the quaternion as a vector
The documentation for this struct was generated from the following file: