This is the complete list of members for Matrix2D, including all inherited members.
| A11() const noexcept | Matrix2D | inline |
| A12() const noexcept | Matrix2D | inline |
| A21() const noexcept | Matrix2D | inline |
| A22() const noexcept | Matrix2D | inline |
| At(int row, int column) const noexcept | Matrix2D | inline |
| At(int row, int column) noexcept | Matrix2D | inline |
| Det() const noexcept | Matrix2D | inline |
| Identity() noexcept | Matrix2D | inlinestatic |
| Inverse() | Matrix2D | inline |
| Invert() | Matrix2D | inline |
| Matrix2D() noexcept=default | Matrix2D | |
| Matrix2D(const double(&list)[N]) noexcept | Matrix2D | inline |
| Matrix2D(double a11, double a12, double a21, double a22) noexcept | Matrix2D | inline |
| Matrix2D(Angle rotation, double scale=1.0) noexcept | Matrix2D | inlineexplicit |
| Matrix2D(double scale) noexcept | Matrix2D | inlineexplicit |
| Matrix2D(double scaleX, double scaleY) noexcept | Matrix2D | inline |
| Matrix2D(Cvb::Point2D< double > column1, Cvb::Point2D< double > column2) noexcept | Matrix2D | inline |
| operator!=(const Matrix2D &matrix) const noexcept | Matrix2D | inline |
| operator*(const Matrix2D &lhs, const Matrix2D &rhs) | Matrix2D | related |
| operator*(const Matrix2D &lhs, const Point2D< double > &rhs) | Matrix2D | related |
| operator*(const Matrix2D &lhs, const double &rhs) | Matrix2D | related |
| operator*(const double &lhs, const Matrix2D &rhs) | Matrix2D | related |
| operator*=(const Matrix2D &matrix) noexcept | Matrix2D | inline |
| operator*=(const double &value) noexcept | Matrix2D | inline |
| operator+(const Matrix2D &lhs, const Matrix2D &rhs) | Matrix2D | related |
| operator+=(const Matrix2D &matrix) noexcept | Matrix2D | inline |
| operator-(const Matrix2D &lhs, const Matrix2D &rhs) | Matrix2D | related |
| operator-=(const Matrix2D &matrix) noexcept | Matrix2D | inline |
| operator/(const Matrix2D &lhs, const double &rhs) | Matrix2D | related |
| operator/=(const double &value) noexcept | Matrix2D | inline |
| operator==(const Matrix2D &matrix) const noexcept | Matrix2D | inline |
| operator[](int row) const noexcept | Matrix2D | inline |
| operator[](int row) noexcept | Matrix2D | inline |
| SetA11(double a11) noexcept | Matrix2D | inline |
| SetA12(double a12) noexcept | Matrix2D | inline |
| SetA21(double a21) noexcept | Matrix2D | inline |
| SetA22(double a22) noexcept | Matrix2D | inline |