Matrix2D Member List

This is the complete list of members for Matrix2D, including all inherited members.

A11() const noexceptMatrix2Dinline
A12() const noexceptMatrix2Dinline
A21() const noexceptMatrix2Dinline
A22() const noexceptMatrix2Dinline
At(int row, int column) const noexceptMatrix2Dinline
At(int row, int column) noexceptMatrix2Dinline
Det() const noexceptMatrix2Dinline
Identity() noexceptMatrix2Dinlinestatic
Invert()Matrix2Dinline
Matrix2D() noexcept=defaultMatrix2D
Matrix2D(const double(&list)[N]) noexceptMatrix2Dinline
Matrix2D(double a11, double a12, double a21, double a22) noexceptMatrix2Dinline
Matrix2D(Angle rotation, double scale=1.0) noexceptMatrix2Dinline
Matrix2D(double scale) noexceptMatrix2Dinline
Matrix2D(double scaleX, double scaleY) noexceptMatrix2Dinline
Matrix2D(Cvb::Point2D< double > column1, Cvb::Point2D< double > column2) noexceptMatrix2Dinline
operator *(const Matrix2D &lhs, const Matrix2D &rhs)Matrix2Drelated
operator *(const Matrix2D &lhs, const Point2D< double > &rhs)Matrix2Drelated
operator *(const Matrix2D &lhs, const double &rhs)Matrix2Drelated
operator *(const double &lhs, const Matrix2D &rhs)Matrix2Drelated
operator *=(const Matrix2D &matrix) noexceptMatrix2Dinline
operator *=(const double &value) noexceptMatrix2Dinline
operator -=(const Matrix2D &matrix) noexceptMatrix2Dinline
operator!=(const Matrix2D &matrix) const noexceptMatrix2Dinline
operator+(const Matrix2D &lhs, const Matrix2D &rhs)Matrix2Drelated
operator+=(const Matrix2D &matrix) noexceptMatrix2Dinline
operator-(const Matrix2D &lhs, const Matrix2D &rhs)Matrix2Drelated
operator/(const Matrix2D &lhs, const double &rhs)Matrix2Drelated
operator/=(const double &value) noexceptMatrix2Dinline
operator==(const Matrix2D &matrix) const noexceptMatrix2Dinline
operator[](int row) const noexceptMatrix2Dinline
operator[](int row) noexceptMatrix2Dinline
SetA11(double a11) noexceptMatrix2Dinline
SetA12(double a12) noexceptMatrix2Dinline
SetA21(double a21) noexceptMatrix2Dinline
SetA22(double a22) noexceptMatrix2Dinline