CVB++ 14.0
AffineMatrix3D Member List

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

AffineMatrix3D() noexcept=defaultAffineMatrix3D
AffineMatrix3D(Matrix3D matrix, Vector3D< double > translation) noexceptAffineMatrix3Dinline
Det() constAffineMatrix3Dinline
Identity() noexceptAffineMatrix3Dinlinestatic
Invert()AffineMatrix3Dinline
IsTranslation() const noexceptAffineMatrix3Dinline
Matrix() const noexceptAffineMatrix3Dinline
operator!=(const AffineMatrix3D &transformation) const noexceptAffineMatrix3Dinline
operator*(const AffineMatrix3D &lhs, const AffineMatrix3D &rhs)AffineMatrix3Drelated
operator*(const AffineMatrix3D &lhs, const double &rhs) noexceptAffineMatrix3Drelated
operator*(const double &lhs, const AffineMatrix3D &rhs) noexceptAffineMatrix3Drelated
operator*=(const AffineMatrix3D &transformation)AffineMatrix3Dinline
operator*=(const double &value) noexceptAffineMatrix3Dinline
operator+(const AffineMatrix3D &lhs, const AffineMatrix3D &rhs) noexceptAffineMatrix3Drelated
operator+=(const AffineMatrix3D &transformation) noexceptAffineMatrix3Dinline
operator-(const AffineMatrix3D &lhs, const AffineMatrix3D &rhs) noexceptAffineMatrix3Drelated
operator-=(const AffineMatrix3D &transformation) noexceptAffineMatrix3Dinline
operator/(const AffineMatrix3D &lhs, const double &rhs)AffineMatrix3Drelated
operator/=(const double &value) noexceptAffineMatrix3Dinline
operator==(const AffineMatrix3D &transformation) const noexceptAffineMatrix3Dinline
SetMatrix(Matrix3D matrix) noexceptAffineMatrix3Dinline
SetTranslation(Vector3D< double > translation) noexceptAffineMatrix3Dinline
Translation() const noexceptAffineMatrix3Dinline