TMtx::operator- Operator

Overload List

#SignatureDescription
1Matrix operator-(const Matrix &Left, TMtx *Right);Subtracts Right from Left and returns result.
2Matrix operator-(TMtx *Left, const Matrix &Right);Subtracts Right from Left and returns result.
3Vector operator-(const Vector &Left, TMtxVec *Right);Subtract coresponding elements in Right from Left.
4Vector operator-(TMtxVec *Left, const Vector &Right);Subtract coresponding elements in Right from Left.
5Matrix operator-(const Matrix &Left, TMtxVec *Right);Subtracts Right from Left and returns result.
6Matrix operator-(TMtxVec *Left, const Matrix &Right);Subtracts Right from Left and returns result.

Overload 1: Matrix operator-(const Matrix &Left, TMtx *Right);

Subtracts Right from Left and returns result.

#NameTypeDescription
1Leftconst Matrix &
2RightTMtx *
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: Matrix operator-(TMtx *Left, const Matrix &Right);

Subtracts Right from Left and returns result.

#NameTypeDescription
1LeftTMtx *
2Rightconst Matrix &
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler

Overload 3: Vector operator-(const Vector &Left, TMtxVec *Right);

Subtract coresponding elements in Right from Left.

#NameTypeDescription
1Leftconst Vector &
2RightTMtxVec *
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler

Overload 4: Vector operator-(TMtxVec *Left, const Vector &Right);

Subtract coresponding elements in Right from Left.

#NameTypeDescription
1LeftTMtxVec *
2Rightconst Vector &
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler

Overload 5: Matrix operator-(const Matrix &Left, TMtxVec *Right);

Subtracts Right from Left and returns result.

#NameTypeDescription
1Leftconst Matrix &
2RightTMtxVec *
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler

Overload 6: Matrix operator-(TMtxVec *Left, const Matrix &Right);

Subtracts Right from Left and returns result.

#NameTypeDescription
1LeftTMtxVec *
2Rightconst Matrix &
Declared in Dew::Math · Dew.Math/MtxExpr.h · Cross-compiler