![]() |
Atoms Crowd
7.0.0
|
This is the complete list of members for Quat< T >, including all inherited members.
| angle() const noexcept | Quat< T > | inline |
| axis() const noexcept | Quat< T > | inline |
| BaseType typedef | Quat< T > | |
| euclideanInnerProduct(const Quat< T > &q) const noexcept | Quat< T > | inline |
| exp() const noexcept | Quat< T > | inline |
| identity() noexcept | Quat< T > | inlinestatic |
| inverse() const noexcept | Quat< T > | inline |
| invert() noexcept | Quat< T > | inline |
| length() const noexcept | Quat< T > | inline |
| log() const noexcept | Quat< T > | inline |
| normalize() noexcept | Quat< T > | inline |
| normalized() const noexcept | Quat< T > | inline |
| operator!=(const Quat< S > &q) const noexcept | Quat< T > | |
| operator!=(const Quat< S > &q) const noexcept (defined in Quat< T >) | Quat< T > | inline |
| operator*=(const Quat< T > &q) noexcept | Quat< T > | inline |
| operator*=(T t) noexcept | Quat< T > | inline |
| operator+=(const Quat< T > &q) noexcept | Quat< T > | inline |
| operator-=(const Quat< T > &q) noexcept | Quat< T > | inline |
| operator/=(const Quat< T > &q) noexcept | Quat< T > | inline |
| operator/=(T t) noexcept | Quat< T > | inline |
| operator=(const Quat< T > &q) noexcept | Quat< T > | inline |
| operator==(const Quat< S > &q) const noexcept | Quat< T > | |
| operator==(const Quat< S > &q) const noexcept (defined in Quat< T >) | Quat< T > | inline |
| operator[](int index) noexcept | Quat< T > | inline |
| operator[](int index) const noexcept | Quat< T > | inline |
| Quat() noexcept | Quat< T > | inline |
| Quat(const Quat &q) noexcept | Quat< T > | inline |
| Quat(const Quat< S > &q) noexcept | Quat< T > | |
| Quat(T s, T i, T j, T k) noexcept | Quat< T > | inline |
| Quat(T s, Vec3< T > d) noexcept | Quat< T > | inline |
| Quat(const Quat< S > &q) noexcept (defined in Quat< T >) | Quat< T > | inline |
| r | Quat< T > | |
| rotateVector(const Vec3< T > &original) const noexcept | Quat< T > | inline |
| setAxisAngle(const Vec3< T > &axis, T radians) noexcept | Quat< T > | inline |
| setRotation(const Vec3< T > &fromDirection, const Vec3< T > &toDirection) noexcept | Quat< T > | inline |
| toMatrix33() const noexcept | Quat< T > | inline |
| toMatrix44() const noexcept | Quat< T > | inline |
| v | Quat< T > | |
| ~Quat() noexcept=default | Quat< T > |