minus

infix operator fun minus(transformation: TransformationMatrix): TransformationMatrix

Subtracts the parameter from this object and returns the result. return = (this - parameter).

Return

A new TransformationMatrix object which is the result of subtracting two TransformationMatrix.

Since

200.1.0