Atoms Crowd
7.0.0
|
This is the complete list of members for Matrix44< T >, including all inherited members.
BaseType typedef | Matrix44< T > | |
baseTypeEpsilon() noexcept | Matrix44< T > | inlinestatic |
baseTypeLowest() noexcept | Matrix44< T > | inlinestatic |
baseTypeMax() noexcept | Matrix44< T > | inlinestatic |
baseTypeSmallest() noexcept | Matrix44< T > | inlinestatic |
BaseVecType typedef | Matrix44< T > | |
determinant() const noexcept | Matrix44< T > | inline |
dimensions() noexcept | Matrix44< T > | inlinestatic |
equalWithAbsError(const Matrix44< T > &v, T e) const noexcept | Matrix44< T > | inline |
equalWithRelError(const Matrix44< T > &v, T e) const noexcept | Matrix44< T > | inline |
fastMinor(const int r0, const int r1, const int r2, const int c0, const int c1, const int c2) const noexcept | Matrix44< T > | inline |
getValue() noexcept | Matrix44< T > | inline |
getValue() const noexcept | Matrix44< T > | inline |
getValue(Matrix44< S > &v) const noexcept | Matrix44< T > | |
getValue(Matrix44< S > &v) const noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
gjInverse(bool singExc) const | Matrix44< T > | inline |
gjInverse() const noexcept | Matrix44< T > | inline |
gjInvert(bool singExc) | Matrix44< T > | inline |
gjInvert() noexcept | Matrix44< T > | inline |
inverse(bool singExc) const | Matrix44< T > | inline |
inverse() const noexcept | Matrix44< T > | inline |
invert(bool singExc) | Matrix44< T > | inline |
invert() noexcept | Matrix44< T > | inline |
makeIdentity() noexcept | Matrix44< T > | inline |
Matrix44() noexcept | Matrix44< T > | inline |
Matrix44(T a) noexcept | Matrix44< T > | inline |
Matrix44(const T a[4][4]) noexcept | Matrix44< T > | inline |
Matrix44(T a, T b, T c, T d, T e, T f, T g, T h, T i, T j, T k, T l, T m, T n, T o, T p) noexcept | Matrix44< T > | inline |
Matrix44(Matrix33< T > r, Vec3< T > t) noexcept | Matrix44< T > | inline |
Matrix44(const Matrix44 &v) noexcept | Matrix44< T > | inline |
Matrix44(const Matrix44< S > &v) noexcept | Matrix44< T > | explicit |
Matrix44(const Matrix44< S > &v) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
minorOf(const int r, const int c) const noexcept | Matrix44< T > | inline |
multDirMatrix(const Vec3< S > &src, Vec3< S > &dst) const noexcept | Matrix44< T > | |
multDirMatrix(const Vec3< S > &src, Vec3< S > &dst) const noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
multiply(const Matrix44 &a, const Matrix44 &b, Matrix44 &c) noexcept | Matrix44< T > | inlinestatic |
multVecMatrix(const Vec3< S > &src, Vec3< S > &dst) const noexcept | Matrix44< T > | |
multVecMatrix(const Vec3< S > &src, Vec3< S > &dst) const noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
negate() noexcept | Matrix44< T > | inline |
operator!=(const Matrix44 &v) const noexcept | Matrix44< T > | inline |
operator*(T a) const noexcept | Matrix44< T > | inline |
operator*(const Matrix44 &v) const noexcept | Matrix44< T > | inline |
operator*=(T a) noexcept | Matrix44< T > | inline |
operator*=(const Matrix44 &v) noexcept | Matrix44< T > | inline |
operator+(const Matrix44 &v) const noexcept | Matrix44< T > | inline |
operator+=(const Matrix44 &v) noexcept | Matrix44< T > | inline |
operator+=(T a) noexcept | Matrix44< T > | inline |
operator-(const Matrix44 &v) const noexcept | Matrix44< T > | inline |
operator-() const noexcept | Matrix44< T > | inline |
operator-=(const Matrix44 &v) noexcept | Matrix44< T > | inline |
operator-=(T a) noexcept | Matrix44< T > | inline |
operator/(T a) const noexcept | Matrix44< T > | inline |
operator/=(T a) noexcept | Matrix44< T > | inline |
operator=(const Matrix44 &v) noexcept | Matrix44< T > | inline |
operator=(T a) noexcept | Matrix44< T > | inline |
operator==(const Matrix44 &v) const noexcept | Matrix44< T > | inline |
operator[](int i) noexcept | Matrix44< T > | inline |
operator[](int i) const noexcept | Matrix44< T > | inline |
rotate(const Vec3< S > &r) noexcept | Matrix44< T > | |
rotate(const Vec3< S > &r) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
scale(const Vec3< S > &s) noexcept | Matrix44< T > | |
scale(const Vec3< S > &s) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setAxisAngle(const Vec3< S > &ax, S ang) noexcept | Matrix44< T > | |
setAxisAngle(const Vec3< S > &axis, S angle) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setEulerAngles(const Vec3< S > &r) noexcept | Matrix44< T > | |
setEulerAngles(const Vec3< S > &r) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setScale(T s) noexcept | Matrix44< T > | inline |
setScale(const Vec3< S > &s) noexcept | Matrix44< T > | |
setScale(const Vec3< S > &s) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setShear(const Vec3< S > &h) noexcept | Matrix44< T > | |
setShear(const Shear6< S > &h) noexcept | Matrix44< T > | |
setShear(const Vec3< S > &h) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setShear(const Shear6< S > &h) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setTheMatrix(const Matrix44< S > &v) noexcept | Matrix44< T > | |
setTheMatrix(const Matrix44< S > &v) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setTranslation(const Vec3< S > &t) noexcept | Matrix44< T > | |
setTranslation(const Vec3< S > &t) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
setValue(const Matrix44< S > &v) noexcept | Matrix44< T > | |
setValue(const Matrix44< S > &v) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
shear(const Vec3< S > &h) noexcept | Matrix44< T > | |
shear(const Shear6< S > &h) noexcept | Matrix44< T > | |
shear(const Vec3< S > &h) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
shear(const Shear6< S > &h) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
translate(const Vec3< S > &t) noexcept | Matrix44< T > | |
translate(const Vec3< S > &t) noexcept (defined in Matrix44< T >) | Matrix44< T > | inline |
translation() const noexcept | Matrix44< T > | inline |
transpose() noexcept | Matrix44< T > | inline |
transposed() const noexcept | Matrix44< T > | inline |
x | Matrix44< T > | |
~Matrix44() noexcept=default | Matrix44< T > |