AffineMatrix2D Member List

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

AffineMatrix2D() noexcept=defaultAffineMatrix2D
AffineMatrix2D(Cvb::Matrix2D matrix, Vector2D< double > translation) noexceptAffineMatrix2Dinline
Identity() noexceptAffineMatrix2Dinlinestatic
Invert()AffineMatrix2Dinline
IsTranslation() const noexceptAffineMatrix2Dinline
Matrix() const noexceptAffineMatrix2Dinline
operator *(const AffineMatrix2D &lhs, const AffineMatrix2D &rhs) noexceptAffineMatrix2Drelated
operator *(const AffineMatrix2D &lhs, const Point2D< double > &rhs) noexceptAffineMatrix2Drelated
operator *(const AffineMatrix2D &lhs, const double &rhs) noexceptAffineMatrix2Drelated
operator *(const double &lhs, const AffineMatrix2D &rhs) noexceptAffineMatrix2Drelated
operator *=(const AffineMatrix2D &affineMatrix) noexceptAffineMatrix2Dinline
operator *=(const double &value) noexceptAffineMatrix2Dinline
operator -=(const AffineMatrix2D &affineMatrix) noexceptAffineMatrix2Dinline
operator!=(const AffineMatrix2D &affineMatrix) const noexceptAffineMatrix2Dinline
operator+(const AffineMatrix2D &lhs, const AffineMatrix2D &rhs) noexceptAffineMatrix2Drelated
operator+=(const AffineMatrix2D &affineMatrix) noexceptAffineMatrix2Dinline
operator-(const AffineMatrix2D &lhs, const AffineMatrix2D &rhs) noexceptAffineMatrix2Drelated
operator/(const AffineMatrix2D &lhs, const double &rhs)AffineMatrix2Drelated
operator/=(const double &value) noexceptAffineMatrix2Dinline
operator==(const AffineMatrix2D &affineMatrix) const noexceptAffineMatrix2Dinline
SetMatrix(Cvb::Matrix2D matrix) noexceptAffineMatrix2Dinline
SetTranslation(Vector2D< double > translation) noexceptAffineMatrix2Dinline
Translation() const noexceptAffineMatrix2Dinline