|
DirectZ
|
This is the complete list of members for dz::quat< T >, including all inherited members.
| Base typedef | dz::quat< T > | |
| conjugate() const | dz::quat< T > | inline |
| data | dz::quat< T > | |
| from_axis_angle(const vec< T, 3 > &axis, T angle) | dz::quat< T > | inlinestatic |
| inverse() const | dz::quat< T > | inline |
| length() const | dz::quat< T > | inline |
| normalize() const | dz::quat< T > | inline |
| operator*(const quat< T > &rhs) const | dz::quat< T > | inline |
| operator*(const O &other) const | dz::quat< T > | inline |
| operator*=(const O &other) | dz::quat< T > | inline |
| operator+(const O &other) const | dz::quat< T > | inline |
| operator+=(const O &other) | dz::quat< T > | inline |
| operator-(const O &other) const | dz::quat< T > | inline |
| operator-() const | dz::quat< T > | inline |
| operator-=(const O &other) | dz::quat< T > | inline |
| operator/(const O &other) const | dz::quat< T > | inline |
| operator/=(const O &other) | dz::quat< T > | inline |
| operator=(const quat &)=default | dz::quat< T > | |
| operator=(quat &&) noexcept=default | dz::quat< T > | |
| operator=(const vec &other) | dz::quat< T > | inline |
| operator[](size_t i) | dz::quat< T > | inline |
| operator[](size_t i) const | dz::quat< T > | inline |
| quat()=default | dz::quat< T > | |
| quat(const quat &)=default | dz::quat< T > | |
| quat(quat &&) noexcept=default | dz::quat< T > | |
| quat(Args &&... args) | dz::quat< T > | inline |
| quat(T w, T x, T y, T z) | dz::quat< T > | inline |
| rotate(const vec< T, 3 > &v) const | dz::quat< T > | inline |
| to_axis_angle(vec< T, 3 > &out_axis, T &out_angle) const | dz::quat< T > | inline |
| to_mat4() const | dz::quat< T > | inline |
| vec(Args... args) | dz::vec< T, 4 > | inline |
| vec(const vec< OT, ON > &other) | dz::vec< T, 4 > | inline |