This is the complete list of members for MR::Matrix2< T >, including all inherited members.
col(int i) const noexcept | MR::Matrix2< T > | inline |
det() const noexcept | MR::Matrix2< T > | |
dot(const Matrix2< T > &a, const Matrix2< T > &b) | MR::Matrix2< T > | related |
fromColumns(const Vector2< T > &x, const Vector2< T > &y) noexcept | MR::Matrix2< T > | inlinestatic |
fromRows | MR::Matrix2< T > | inlinestatic |
identity() noexcept | MR::Matrix2< T > | inlinestatic |
Matrix2() noexcept=default | MR::Matrix2< T > | |
Matrix2(const Vector2< T > &x, const Vector2< T > &y) | MR::Matrix2< T > | inline |
Matrix2(const Matrix2< U > &m) | MR::Matrix2< T > | inlineexplicit |
norm() const noexcept | MR::Matrix2< T > | inline |
normSq() const noexcept | MR::Matrix2< T > | inline |
operator*(const Matrix2< T > &a, const Vector2< T > &b) | MR::Matrix2< T > | related |
operator*(const Matrix2< T > &a, const Matrix2< T > &b) | MR::Matrix2< T > | related |
operator*=(T b) | MR::Matrix2< T > | inline |
operator+=(const Matrix2< T > &b) | MR::Matrix2< T > | inline |
operator-=(const Matrix2< T > &b) | MR::Matrix2< T > | inline |
operator/=(T b) | MR::Matrix2< T > | inline |
operator[](int row) const noexcept | MR::Matrix2< T > | inline |
operator[](int row) noexcept | MR::Matrix2< T > | inline |
outer(const Vector2< T > &a, const Vector2< T > &b) | MR::Matrix2< T > | related |
scale(T s) noexcept | MR::Matrix2< T > | inlinestatic |
scale(T sx, T sy) noexcept | MR::Matrix2< T > | inlinestatic |
scale(const Vector2< T > &s) noexcept | MR::Matrix2< T > | inlinestatic |
trace() const noexcept | MR::Matrix2< T > | inline |
transposed() const noexcept | MR::Matrix2< T > | |
ValueType typedef | MR::Matrix2< T > | |
VectorType typedef | MR::Matrix2< T > | |
x | MR::Matrix2< T > | |
y | MR::Matrix2< T > | |
zero() noexcept | MR::Matrix2< T > | inlinestatic |