|
constexpr | Quat () |
| Default constructor - DOES NOT INITIALIZE VALUES. More...
|
|
constexpr | Quat (Quat const &) noexcept(std::is_nothrow_copy_constructible_v< Scalar >)=default |
| Copy constructor. More...
|
|
| Quat (Quat &&) noexcept(std::is_nothrow_move_constructible_v< Scalar >)=default |
| Move constructor. More...
|
|
Quat & | operator= (Quat const &)=default |
| Copy assignment. More...
|
|
Quat & | operator= (Quat &&) noexcept=default |
| Move assignment. More...
|
|
template<typename Other > |
constexpr | Quat (Other x, Other y, Other z, Other w) noexcept |
| Construct from x, y, z, w scalars. More...
|
|
template<typename Other > |
| Quat (Quat< Other > const &other) |
| So that we can copy a regular Vec2 into the real part of a Jet Vec2. More...
|
|
◆ Quat() [1/5]
Default constructor - DOES NOT INITIALIZE VALUES.
◆ Quat() [2/5]
◆ Quat() [3/5]
◆ Quat() [4/5]
template<typename Other >
Construct from x, y, z, w scalars.
◆ Quat() [5/5]
template<typename Other >
So that we can copy a regular Vec2 into the real part of a Jet Vec2.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this struct was generated from the following file: