Data type of quaternion.
More...
#include <Quaternion.h>
◆ toEuler()
| Euler gf::Quaternion::toEuler |
( |
| ) |
const |
|
inline |
Convert quaternion to Eulerian angle.
- Returns
- The converted Eulerian angle
◆ toString()
| std::string gf::Quaternion::toString |
( |
| ) |
const |
|
inline |
Get a human-readable value.
- Returns
- Value in text for human read convenience
◆ w()
| float gf::Quaternion::w |
( |
| ) |
const |
|
inline |
Get W.
- Returns
- The W value
◆ x()
| float gf::Quaternion::x |
( |
| ) |
const |
|
inline |
Get X.
- Returns
- The X value
◆ y()
| float gf::Quaternion::y |
( |
| ) |
const |
|
inline |
Get Y.
- Returns
- The Y value
◆ z()
| float gf::Quaternion::z |
( |
| ) |
const |
|
inline |
Get Z.
- Returns
- The Z value
The documentation for this class was generated from the following file: