Atoms Crowd
7.0.0
|
This is the complete list of members for Matrix22< T >, including all inherited members.
BaseType typedef | Matrix22< T > | |
baseTypeEpsilon() noexcept | Matrix22< T > | inlinestatic |
baseTypeLowest() noexcept | Matrix22< T > | inlinestatic |
baseTypeMax() noexcept | Matrix22< T > | inlinestatic |
baseTypeSmallest() noexcept | Matrix22< T > | inlinestatic |
BaseVecType typedef | Matrix22< T > | |
determinant() const noexcept | Matrix22< T > | inline |
dimensions() noexcept | Matrix22< T > | inlinestatic |
equalWithAbsError(const Matrix22< T > &v, T e) const noexcept | Matrix22< T > | inline |
equalWithRelError(const Matrix22< T > &v, T e) const noexcept | Matrix22< T > | inline |
getValue() noexcept | Matrix22< T > | inline |
getValue() const noexcept | Matrix22< T > | inline |
getValue(Matrix22< S > &v) const noexcept | Matrix22< T > | |
getValue(Matrix22< S > &v) const noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
inverse(bool singExc) const | Matrix22< T > | inline |
inverse() const noexcept | Matrix22< T > | inline |
invert(bool singExc) | Matrix22< T > | inline |
invert() noexcept | Matrix22< T > | inline |
makeIdentity() noexcept | Matrix22< T > | inline |
Matrix22() noexcept | Matrix22< T > | inline |
Matrix22(T a) noexcept | Matrix22< T > | inline |
Matrix22(const T a[2][2]) noexcept | Matrix22< T > | inline |
Matrix22(T a, T b, T c, T d) noexcept | Matrix22< T > | inline |
Matrix22(const Matrix22 &v) noexcept | Matrix22< T > | inline |
Matrix22(const Matrix22< S > &v) noexcept | Matrix22< T > | explicit |
Matrix22(const Matrix22< S > &v) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
multDirMatrix(const Vec2< S > &src, Vec2< S > &dst) const noexcept | Matrix22< T > | |
multDirMatrix(const Vec2< S > &src, Vec2< S > &dst) const noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
negate() noexcept | Matrix22< T > | inline |
operator!=(const Matrix22 &v) const noexcept | Matrix22< T > | inline |
operator*(T a) const noexcept | Matrix22< T > | inline |
operator*(const Matrix22 &v) const noexcept | Matrix22< T > | inline |
operator*=(T a) noexcept | Matrix22< T > | inline |
operator*=(const Matrix22 &v) noexcept | Matrix22< T > | inline |
operator+(const Matrix22 &v) const noexcept | Matrix22< T > | inline |
operator+=(const Matrix22 &v) noexcept | Matrix22< T > | inline |
operator+=(T a) noexcept | Matrix22< T > | inline |
operator-(const Matrix22 &v) const noexcept | Matrix22< T > | inline |
operator-() const noexcept | Matrix22< T > | inline |
operator-=(const Matrix22 &v) noexcept | Matrix22< T > | inline |
operator-=(T a) noexcept | Matrix22< T > | inline |
operator/(T a) const noexcept | Matrix22< T > | inline |
operator/=(T a) noexcept | Matrix22< T > | inline |
operator=(const Matrix22 &v) noexcept | Matrix22< T > | inline |
operator=(T a) noexcept | Matrix22< T > | inline |
operator==(const Matrix22 &v) const noexcept | Matrix22< T > | inline |
operator[](int i) noexcept | Matrix22< T > | inline |
operator[](int i) const noexcept | Matrix22< T > | inline |
rotate(S r) noexcept | Matrix22< T > | |
rotate(S r) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
scale(const Vec2< S > &s) noexcept | Matrix22< T > | |
scale(const Vec2< S > &s) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
setRotation(S r) noexcept | Matrix22< T > | |
setRotation(S r) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
setScale(T s) noexcept | Matrix22< T > | inline |
setScale(const Vec2< S > &s) noexcept | Matrix22< T > | |
setScale(const Vec2< S > &s) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
setTheMatrix(const Matrix22< S > &v) noexcept | Matrix22< T > | |
setTheMatrix(const Matrix22< S > &v) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
setValue(const Matrix22< S > &v) noexcept | Matrix22< T > | |
setValue(const Matrix22< S > &v) noexcept (defined in Matrix22< T >) | Matrix22< T > | inline |
transpose() noexcept | Matrix22< T > | inline |
transposed() const noexcept | Matrix22< T > | inline |
x | Matrix22< T > | |
~Matrix22() noexcept=default | Matrix22< T > |