|
|
| rotate (rotate const &) noexcept=default |
| |
|
| rotate (rotate &&) noexcept=default |
| |
|
rotate & | operator= (rotate const &) noexcept=default |
| |
|
rotate & | operator= (rotate &&) noexcept=default |
| |
|
| rotate (float angle, vector< float, 3 > axis) noexcept |
| |
|
| rotate (float angle) noexcept |
| |
| constexpr | operator matrix< D > () const noexcept |
| | Convert quaternion to matrix.
|
| |
|
std::pair< float, vector< float, 3 > > | angle_and_axis () const noexcept |
| |
◆ operator matrix< D >()
Convert quaternion to matrix.
The documentation for this class was generated from the following file: