TMatrix.Reverse Method
Flips the matrix vertically.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
Public Function Reverse As TMatrix
public:
TMatrix^ Reverse()
member Reverse : unit -> TMatrix
Return Value
TMatrixA new matrix which columns are reversed columns of this matrix.