plus

infix operator fun plus(transformation: TransformationMatrix): TransformationMatrix

Adds this and transformation together and returns the result. return = (this + parameter)

Return

A new TransformationMatrix object which is the result of adding two TransformationMatrix

Since

200.1.0